diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-11-01 14:17:13 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-11-01 14:17:13 +0000 |
commit | 6181017699926e614066e4aae7c0efefe44b32d1 (patch) | |
tree | 06cb9694defae684cffda722c37891eec113d837 | |
parent | 89c54404af2e6a52cf3c95b54dcddf8ff3e3ae65 (diff) |
Uncomment config param THEME_BRANCH and set it to false - our deployment system complains if we don't have all params we're using in the example file.
-rw-r--r-- | config/general.yml-example | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index ccc1bcc7d..1cceef38e 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -52,10 +52,11 @@ THEME_URLS: - 'git://github.com/mysociety/adminbootstraptheme.git' - 'git://github.com/mysociety/alavetelitheme.git' -# When rails-post-deploy installs the themes it will try this branch first (but only if this -# config is set). If the branch doesn't exist it will fall back to using a tagged version -# specific to your installed alaveteli version. If that doesn't exist it will back to master. -#THEME_BRANCH: production +# When rails-post-deploy installs the themes it will try this branch first +# (but only if this config is set). If the branch doesn't exist it will fall +# back to using a tagged version specific to your installed alaveteli version. +# If that doesn't exist it will back to master. +THEME_BRANCH: false # Whether a user needs to sign in to start the New Request process FORCE_REGISTRATION_ON_NEW_REQUEST: false |