diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-01-24 12:06:27 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-01-24 12:06:27 +0000 |
commit | a2ea5eda2e2bd445efcc7ca9b21e0013a1e6e231 (patch) | |
tree | 66101a5ae4a2a8dd2327cec4ad2b932b83eb90bc | |
parent | 63586e47e1b53bca023fdbba83bff2cd138feaf3 (diff) |
Restore survey variables.
-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 bd835494b..ab2306bd8 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. |