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