diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/general.yml-example | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 7325202c1..3c50e8005 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -1,7 +1,7 @@ # general.yml-example: # Example values for the "general" config file. # -# Configuration parameters, in YAML syntax. +# Configuration parameters, in YAML syntax. # # Copy this file to one called "general.yml" in the same directory. Or # have multiple config files and use a symlink to change between them. @@ -37,7 +37,7 @@ FRONTPAGE_PUBLICBODY_EXAMPLES: 'tgq' # URL of theme to install (when running rails-post-deploy script) THEME_URL: 'git://github.com/sebbacon/alavetelitheme.git' -# Whether a user neis eds to sign in to start the New Request process +# Whether a user needs to sign in to start the New Request process FORCE_REGISTRATION_ON_NEW_REQUEST: false @@ -146,11 +146,10 @@ EXCEPTION_NOTIFICATIONS_TO: # This rate limiting can be turned off per-user via the admin interface MAX_REQUESTS_PER_USER_PER_DAY: 6 + # This is used to work out where to send purge requests. Should be # unset if you aren't running behind varnish VARNISH_HOST: localhost -# Set this to true if you want to use secure the admin interface with -# HTTP Basic auth - -# config_username = MySociety::Config.get('ADMIN_USERNAME', '') +# Adding a value here will enable Google Analytics on all non-admin pages. +GA_CODE: '' |