diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index fc20a90ea..9770ade86 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -37,7 +37,7 @@ DO_NOT_REPLY_EMAIL: 'do-not-reply@example.org' # 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 +# Normally, a staging site will route all reports to the reporter 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. |