Skip to content

Commit

Permalink
issue #518: fix properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-vi committed Jul 26, 2023
1 parent 73b5a30 commit c9fb3d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/app/datasource/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ io.openk9 {
timeout = ${?IO_OPENK9_SCHEDULATION_CONSUMER_TIMEOUT}
}
purge {
cron = 0 0 1 * * ?
cron = "0 0 1 * * ?"
cron = ${?IO_OPENK9_SCHEDULATION_PURGE_CRON}
maxAge = P2D
maxAge = "P2D"
maxAge = ${?IO_OPENK9_SCHEDULATION_PURGE_MAX_AGE}
}
}
Expand Down

0 comments on commit c9fb3d3

Please sign in to comment.