diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-26 17:01:22 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-26 17:01:22 +0100 |
commit | 76cd9a11431b188a5ab444aca87f2e90fc787a55 (patch) | |
tree | e541d5fc78d4d6c939e2d1a67bd8a02d2a263a68 | |
parent | 6312b7ebb250da878078816c0e526ae9d8ed0780 (diff) |
Use null values for general settings
mySociety’s internal deployment system requires these to be
set in some capacity (even if the value is null).
-rw-r--r-- | config/general.yml-example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index c23f564c5..a80784712 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -391,7 +391,7 @@ COOKIE_STORE_SESSION_SECRET: 'your secret key here, make it long and random' # server.' # # --- -# READ_ONLY: '' +READ_ONLY: '' # Is this a staging or development site? If not, it's a live production site. # This setting controls whether or not the rails-post-deploy script will create @@ -549,7 +549,7 @@ MAX_REQUESTS_PER_USER_PER_DAY: 6 # VARNISH_HOST: localhost # # --- -# VARNISH_HOST: localhost +VARNISH_HOST: null # Adding a value here will enable Google Analytics on all non-admin pages for # non-admin users. |