diff options
Diffstat (limited to 'config/general.yml-example')
-rw-r--r-- | config/general.yml-example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 98f04d0bf..ed04e0fd5 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -92,7 +92,10 @@ COOKIE_STORE_SESSION_SECRET: 'your secret key here, make it long and random' # checks in a few obvious places. READ_ONLY: '' -# Doesn't do anything right now. +# Is this a staging or dev site (1) or a live site (0). +# Controls whether or not the rails-post-deploy script +# will create the file config/rails_env.rb file to force +# Rails into production environment. STAGING_SITE: 1 # Recaptcha, for detecting humans. Get keys here: http://recaptcha.net/whyrecaptcha.html |