diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-01-10 15:16:04 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-01-10 17:16:22 +0000 |
commit | 3fd19343c5e13e5a26740e181de03e702c642eee (patch) | |
tree | 375d34fe69e805831f1f4278573f20a42096d30f /conf | |
parent | e973904765e4efb242d09d3d41d7f9eb0a294424 (diff) |
Allow staging sites to turn off appcache.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 71fbeea35..6c694024d 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -48,9 +48,11 @@ STAGING_SITE: 1 # this to 1 if you want a staging site to route reports as normal. # - skip_checks: Manual testing of multiple cobrands can be made easier by # skipping some checks they have in them, if this variable is set. +# - enable_appcache: Whether the appcache should be active. STAGING_FLAGS: send_reports: 0 skip_checks: 0 + enable_appcache: 0 # What to use as front page/alert example places placeholder # Defaults to High Street, Main Street |