diff options
-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 |