diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-05-31 09:19:55 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-05-31 09:19:55 +0100 |
commit | abcf8468112c4fbadfd31f2284b3769a6ba3b4d8 (patch) | |
tree | ba8accfe149bcb7b03940593c316e274bd308cd1 | |
parent | 726db4e3549daae10a1f185135ad3dcc6e973136 (diff) |
Add SURVEY_URL and SURVEY_SECRET
-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 019eb7ada..5653f89bc 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -157,3 +157,8 @@ VARNISH_HOST: localhost # Adding a value here will enable Google Analytics on all non-admin pages. GA_CODE: '' + +# We need to add the WDTK survey variables here, or else the deployment +# system will cry. +SURVEY_SECRET: '' +SURVEY_URL: '' |