Support static cron code.

This commit is contained in:
James Cole
2021-05-13 06:47:11 +02:00
parent 579ffce81b
commit c4c85dddc1
4 changed files with 58 additions and 27 deletions

View File

@@ -294,6 +294,15 @@ SEND_TELEMETRY=false
#
ALLOW_WEBHOOKS=false
#
# The static cron job token can be useful when you use Docker and wish to manage cron jobs.
# 1. Set this token to any 32-character value (this is important!).
# 2. Use this token in the cron URL instead of a user's command line token.
#
# For more info: https://docs.firefly-iii.org/firefly-iii/advanced-installation/cron/
#
STATIC_CRON_TOKEN=
# You can fine tune the start-up of a Docker container by editing these environment variables.
# Use this at your own risk. Disabling certain checks and features may result in lost of inconsistent data.
# However if you know what you're doing you can significantly speed up container start times.