aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-02-16 14:16:23 +0000
committerRobin Houston <robin.houston@gmail.com>2012-02-16 14:16:23 +0000
commit01f7429424887ef759034bfdd93a72957da324eb (patch)
tree431a21ae07816c8b4b23b077963123f8b4e82954
parent2d295bb7edf9d7170c6cfb0418820292a637e9b6 (diff)
Add SURVEY_URL and SURVEY_SECRET to general.yml-example
In the wdtk branch *ONLY* because the deployment system likes the example file to define the same variables as the actual config file.
-rw-r--r--config/general.yml-example5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/general.yml-example b/config/general.yml-example
index ed04e0fd5..211161606 100644
--- a/config/general.yml-example
+++ b/config/general.yml-example
@@ -142,3 +142,8 @@ EXCEPTION_NOTIFICATIONS_TO:
# This rate limiting can be turned off per-user via the admin interface
MAX_REQUESTS_PER_USER_PER_DAY: 6
+
+SURVEY_URL: http://survey.mysociety.org/
+# The shared secret needed to authenticate with the survey service
+SURVEY_SECRET: 12345678910
+