diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 9f1e2a01d..1f85b6fe7 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -197,6 +197,10 @@ SMTP_PASSWORD: '' # this as is. GAZE_URL: 'https://gaze.mysociety.org/gaze' +# Memcached host +# This can be safely left out and will default to '127.0.0.1' even if not present. +MEMCACHED_HOST: '127.0.0.1' + # Should problem reports link to the council summary pages? AREA_LINKS_FROM_PROBLEMS: '0' |