diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 4fbf43635..175b342a4 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -23,8 +23,14 @@ EMAIL_DOMAIN: 'example.org' CONTACT_EMAIL: 'team@example.org' CONTACT_NAME: 'FixMyStreet' -# Whether this is a development site or not. +# Whether this is a development site or not. It will mean e.g. templates/ +# CSS modified times aren't cached STAGING_SITE: 1 +# Normally, a staging site will route all reports to CONTACT_EMAIL on a +# development site (when STAGING_SITE is 1), to guard against sending fake +# reports to live places. Set this to 1 if you want a dev site to route +# reports as normal. +SEND_REPORTS_ON_STAGING: 0 # What to use as front page/alert example places placeholder # Defaults to High Street, Main Street |