diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-15 12:41:03 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-15 16:19:28 +0100 |
commit | 79bbef3a3e21436afbb1d6e70a04eb48c09994f5 (patch) | |
tree | e1faee25196f1c31d4e94dc71b3e61d5928eb0bb /conf | |
parent | cc8e32bde96955e62d73220240c57fafdd2cad1e (diff) |
If running a dev site, skip some restrictions.
This makes it easier to perform manual testing of cobrands.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 54bbd6a7f..3b2c597b9 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -46,6 +46,9 @@ STAGING_SITE: 1 # reports to live places. Set this to 1 if you want a dev site to route # reports as normal. SEND_REPORTS_ON_STAGING: 0 +# Manual testing of multiple cobrands can be made easier by skipping some +# checks they have in them, if this variable is set +SKIP_CHECKS_ON_STAGING: 0 # What to use as front page/alert example places placeholder # Defaults to High Street, Main Street |