aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/environment.rb1
-rw-r--r--config/general.yml-example1
-rw-r--r--config/initializers/alaveteli.rb2
3 files changed, 3 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 196680b23..d2e2bc9d1 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -3,3 +3,4 @@ require File.expand_path('../application', __FILE__)
# Initialize the rails application
Alaveteli::Application.initialize!
+
diff --git a/config/general.yml-example b/config/general.yml-example
index 5005fda77..17e1aa552 100644
--- a/config/general.yml-example
+++ b/config/general.yml-example
@@ -88,6 +88,7 @@ BLACKHOLE_PREFIX: 'do-not-reply-to-this-address'
# The emergency user
ADMIN_USERNAME: 'adminxxxx'
ADMIN_PASSWORD: 'passwordx'
+DISABLE_EMERGENCY_USER: false
# Set this to true, and the admin interface will be available to anonymous users
SKIP_ADMIN_AUTH: false
diff --git a/config/initializers/alaveteli.rb b/config/initializers/alaveteli.rb
index 5781ff6aa..458201164 100644
--- a/config/initializers/alaveteli.rb
+++ b/config/initializers/alaveteli.rb
@@ -10,7 +10,7 @@ load "debug_helpers.rb"
load "util.rb"
# Application version
-ALAVETELI_VERSION = '0.6.8'
+ALAVETELI_VERSION = '0.8'
# Add new inflection rules using the following format
# (all these examples are active by default):