aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/general.yml-example5
-rw-r--r--config/initializers/alaveteli.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/config/general.yml-example b/config/general.yml-example
index bd835494b..ab2306bd8 100644
--- a/config/general.yml-example
+++ b/config/general.yml-example
@@ -172,6 +172,11 @@ VARNISH_HOST: localhost
# Adding a value here will enable Google Analytics on all non-admin pages for non-admin users.
GA_CODE: ''
+# We need to add the WDTK survey variables here, or else the deployment
+# system will cry.
+SURVEY_SECRET: ''
+SURVEY_URL: ''
+
# If you want to override *all* the public body request emails with your own
# email so that request emails that would normally go to the public body
# go to you, then uncomment below and fill in your email.
diff --git a/config/initializers/alaveteli.rb b/config/initializers/alaveteli.rb
index 760c138a7..cabe96efa 100644
--- a/config/initializers/alaveteli.rb
+++ b/config/initializers/alaveteli.rb
@@ -10,7 +10,7 @@ load "debug_helpers.rb"
load "util.rb"
# Application version
-ALAVETELI_VERSION = '0.15'
+ALAVETELI_VERSION = '0.16'
# Add new inflection rules using the following format
# (all these examples are active by default):