aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2011-07-26 16:14:39 +0100
committerRobin Houston <robin.houston@gmail.com>2011-07-26 16:17:19 +0100
commitdf903ea266bb3e1a0b08c5fbb6fab8714dcbaf87 (patch)
tree170628051f6df65154f59fd12740171937a5e7b4
parentf3a45ede66bd19c029124d94b0844f2eda016c31 (diff)
Avoided a repeated mention of ADMIN_BASE_URL
-rw-r--r--config/general.yml-example5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/general.yml-example b/config/general.yml-example
index 28823b0f4..157c2e23b 100644
--- a/config/general.yml-example
+++ b/config/general.yml-example
@@ -48,9 +48,6 @@ BLACKHOLE_PREFIX: 'do-not-reply-to-this-address'
## Administration
-# Delete this one or leave it blank, unless you have some specific reason to change it
-ADMIN_BASE_URL: ''
-
# Leave these two blank to skip admin authorisation
ADMIN_USERNAME: 'adminxxxx'
ADMIN_PASSWORD: 'passwordx'
@@ -63,7 +60,7 @@ CONTACT_NAME: 'Alaveteli Webmaster'
# If not specified, it will default to the path to the admin controller,
# which is usually what you want. It is useful in situations where admin
# requests are proxied via a secure server, for example.
-# ADMIN_BASE_URL: '/admin/'
+ADMIN_BASE_URL: ''
# Where /stylesheets sits under for admin pages. See asset_host in
# config/environment.rb. Can be full domain or relative path (not an