diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-08-16 13:30:55 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-08-16 13:30:55 +0100 |
commit | 07c52c0f56a2513aa2fd0abe5d712e87af4583cf (patch) | |
tree | ae654e9211b6bb9001c4a112776ddee538bcd388 | |
parent | b59164bf2658058cf8e7360c6d1bd53c557b8972 (diff) |
Remove whatdotheyknow-specific variables.
-rw-r--r-- | config/general.yml-example | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 5653f89bc..33e3ad5bf 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -37,7 +37,7 @@ FRONTPAGE_PUBLICBODY_EXAMPLES: 'tgq' # URLs of themes to download and use (when running rails-post-deploy # script). Earlier in the list means the templates have a higher # priority. -THEME_URLS: +THEME_URLS: - 'git://github.com/sebbacon/adminbootstraptheme.git' - 'git://github.com/sebbacon/alavetelitheme.git' @@ -157,8 +157,3 @@ VARNISH_HOST: localhost # Adding a value here will enable Google Analytics on all non-admin pages. GA_CODE: '' - -# We need to add the WDTK survey variables here, or else the deployment -# system will cry. -SURVEY_SECRET: '' -SURVEY_URL: '' |