diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-03 11:57:54 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-22 11:49:17 +0100 |
commit | 63fa0220e9cc9287ce0e7473cc8ab788e11709ac (patch) | |
tree | d19d009f1bcdc8d1bae0d340bb4cdca8b7d1e859 | |
parent | 580fdbdf617ee35f8b17b9f859d40d4e0613f377 (diff) |
Add note about default config in general.yml
Default settings are taken from lib/configuration.rb if not set by the user.
-rw-r--r-- | config/general.yml-example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 39f81cdb3..112248049 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -5,6 +5,9 @@ # # 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. +# +# Default values for these settings can be found in +# RAILS_ROOT/lib/configuration.rb # Site name appears in various places throughout the site SITE_NAME: 'Alaveteli' |