diff options
author | Robin Houston <robin.houston@gmail.com> | 2011-07-26 16:14:39 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2011-07-26 16:14:39 +0100 |
commit | 51dbaf3e40f4da6219633e50cc59aefb04366000 (patch) | |
tree | 708bd607d8f9f9a37b68be5f11d9e50b47d52c68 | |
parent | 008e64e7caff284d4422e10ea20090d079030878 (diff) |
Avoided a repeated mention of ADMIN_BASE_URL
-rw-r--r-- | config/general.yml-example | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 217668b48..9db95c4d0 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' @@ -67,7 +64,7 @@ RAW_EMAILS_LOCATION: 'files/raw_emails' # 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 |