aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/environment.rb2
-rw-r--r--config/general.yml-example1
2 files changed, 2 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index b1cf659bb..fae6405c4 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -43,7 +43,7 @@ require File.join(File.dirname(__FILE__), '../lib/old_rubygems_patch')
require 'configuration'
# Application version
-ALAVETELI_VERSION = '0.7'
+ALAVETELI_VERSION = '0.8'
Rails::Initializer.run do |config|
# Load intial mySociety config
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