diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/crontab-example | 1 | ||||
-rw-r--r-- | conf/general.yml-example | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/conf/crontab-example b/conf/crontab-example index 037dd147e..f06144699 100644 --- a/conf/crontab-example +++ b/conf/crontab-example @@ -31,6 +31,7 @@ PATH=/usr/local/bin:/usr/bin:/bin 13 * * * * "$FMS/bin/update-all-reports" # Once a day on all servers +0 0 * * * "$FMS/bin/expire-sessions" 39 2 * * * "$FMS/bin/problems-filed-graph" 43 2 * * * "$FMS/bin/problem-creation-graph" 00 8 * * * "$FMS/bin/check-for-zombies" $UNIX_USER diff --git a/conf/general.yml-example b/conf/general.yml-example index 79af1c78e..b9900dea2 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -206,9 +206,12 @@ TESTING_COUNCILS: '' # if you're using Message Manager, include the URL here (see https://github.com/mysociety/message-manager/) MESSAGE_MANAGER_URL: '' +# If you want to use SMS login or 'report as' with just a phone number, you'll +# need to set the site's two-digit ISO 3166 country code (e.g. GB) here. +PHONE_COUNTRY: '' + # If you enable login via SMS authentication, you'll need a twilio account SMS_AUTHENTICATION: 0 -PHONE_COUNTRY: '' TWILIO_ACCOUNT_SID: '' TWILIO_AUTH_TOKEN: '' TWILIO_FROM_PARAMETER: '' |