diff options
-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 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 + |