aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRobin Houston <robin@lenny.robin>2011-08-25 17:27:59 +0100
committerRobin Houston <robin@lenny.robin>2011-08-25 17:27:59 +0100
commit50cd41b88b4421824e436d9189f8780b84c46a1a (patch)
tree8a2a33222e1f00f88ce102597db7de09fda5b6a0 /config
parentbf949a62d7882c9d337e095bebd1e4ba6c4c6767 (diff)
parent87f7fbd076fc301262fc0a628d81b3a1bd3688e7 (diff)
Merge branch 'develop' of git@github.com:sebbacon/alaveteli into develop
Diffstat (limited to 'config')
-rw-r--r--config/general.yml-example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/general.yml-example b/config/general.yml-example
index 3537cd792..5eee675ff 100644
--- a/config/general.yml-example
+++ b/config/general.yml-example
@@ -91,6 +91,9 @@ STAGING_SITE: 1
RECAPTCHA_PUBLIC_KEY: 'x'
RECAPTCHA_PRIVATE_KEY: 'x'
+# Number of days after which to send a 'new response reminder'
+NEW_RESPONSE_REMINDER_AFTER_DAYS: [3, 10, 24]
+
# For debugging memory problems. If true, the app logs
# the memory use increase of the Ruby process due to the
# request (Linux only). Since Ruby never returns memory to the OS, if the