diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-03-20 16:42:11 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-03-20 16:42:11 +0000 |
commit | e5bdd0772306fa5d01f2a9adc75886573b72c00c (patch) | |
tree | fc35c7e6f1222fbf69c90033eba97e47147bd256 | |
parent | b6cf3f88e9df1dda172f149927fa2a6cc4f3960a (diff) |
Set STAGING_SITE to 1 in the example config.
The install script generates a config from this, which we want to
default to development.
-rw-r--r-- | config/general.yml-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 1f126c5a5..8acea374b 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -416,7 +416,7 @@ READ_ONLY: '' # STAGING_SITE: 0 # # --- -STAGING_SITE: 0 +STAGING_SITE: 1 # Recaptcha, for detecting humans. Get keys here: # http://recaptcha.net/whyrecaptcha.html |