diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-02-28 12:57:11 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-02-28 12:57:11 +0000 |
commit | 4dff4d9b535eeb6933152413033da33e9dbd7a09 (patch) | |
tree | 744a736571669075b091b9f7f936aa90f2c46374 | |
parent | 2a4124a3e428783675edde528f7c0c9516cb7bea (diff) | |
parent | 17bc0ba1bca6783b76957f5769e2e9d96d0ee8e4 (diff) |
Merge branch 'hotfix/0.16.0.8' into release/0.17
Conflicts:
locale/cy/app.po
-rw-r--r-- | config/general.yml-example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 2b68721a5..47946b7d3 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -172,6 +172,11 @@ VARNISH_HOST: localhost # Adding a value here will enable Google Analytics on all non-admin pages for non-admin users. GA_CODE: '' +# We need to add the WDTK survey variables here, or else the deployment +# system will cry. +SURVEY_SECRET: '' +SURVEY_URL: '' + # If you want to override *all* the public body request emails with your own # email so that request emails that would normally go to the public body # go to you, then uncomment below and fill in your email. |