diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-08-23 17:49:47 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-08-23 17:49:47 +0100 |
commit | 30c2eeb997d0e676f66015445fd9fc85dc9df5eb (patch) | |
tree | 8478eb96330f0991fb96fb8f480939d091303bcf | |
parent | 5ea4882f38bcf18016c82c1e6119c4df5237e96e (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 33e3ad5bf..419e9f4e5 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: '' |