diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-06-15 13:19:29 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-06-15 13:19:29 +0100 |
commit | 8ab4ff264946441d7b3c384af1a20cdae34d8620 (patch) | |
tree | cf39a22e5514f8491937c1b40a7238bcea2e1f5c | |
parent | 058c1643c135d7a58f5b41dd195fb98d149ba922 (diff) |
Revert "Remove WDTK-specific config variables"
This reverts commit 505fdbf99ee322aab2c753dc3215a263171c9463.
-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: '' |