Skip to content

Commit

Permalink
Housekeeping - Update example env vars
Browse files Browse the repository at this point in the history
Use what we default them to in the examples. Also reorder them in time order
  • Loading branch information
Cruikshanks committed Sep 3, 2024
1 parent 3ebbeb8 commit b08d1b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ IMPORT_LICENCE_AGREEMENTS=false
WRLS_LOG_LEVEL=debug

# Use Cron type syntax to set timings for these background processes
WRLS_CRON_LICENCES='0 16 * * 1,2,3,4,5'
WRLS_CRON_NALD='0 */1 * * *'
WRLS_CRON_MOD_LOGS='0 7 * * 1,2,3,4,5'
WRLS_CRON_NALD='0 1 * * *'
WRLS_CRON_LICENCES='0 4 * * 1,2,3,4,5'
WRLS_CRON_RETURN_VERSIONS='0 6 * * 1,2,3,4,5'
WRLS_CRON_TRACKER='0 15 * * 1,2,3,4,5'
WRLS_CRON_MOD_LOGS='0 7 * * 1,2,3,4,5'
WRLS_CRON_TRACKER='0 10 * * 1,2,3,4,5'

0 comments on commit b08d1b1

Please sign in to comment.