diff --git a/.env.template b/.env.template index 57898ff1..2e60dbdb 100644 --- a/.env.template +++ b/.env.template @@ -147,7 +147,7 @@ ## ## Cron schedule of the job that cleans old auth requests from the auth request. ## Defaults to every minute. Set blank to disable this job. -# EVENT_CLEANUP_SCHEDULE="30 * * * * *" +# AUTH_REQUEST_PURGE_SCHEDULE="30 * * * * *" ######################## ### General settings ###