From dc71db3f98c64fb93ac7d74b8a424f7849a33786 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 19 Mar 2013 18:48:43 -0700 Subject: Follow alphabetical ordering. --- lib/configuration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/configuration.rb') diff --git a/lib/configuration.rb b/lib/configuration.rb index fca48782e..4a0e0339b 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -6,7 +6,6 @@ module Configuration DEFAULTS = { :ADMIN_PASSWORD => '', :ADMIN_USERNAME => '', - :DISABLE_EMERGENCY_USER => false, :AVAILABLE_LOCALES => '', :BLACKHOLE_PREFIX => 'do-not-reply-to-this-address', :BLOG_FEED => '', @@ -15,6 +14,7 @@ module Configuration :COOKIE_STORE_SESSION_SECRET => 'this default is insecure as code is open source, please override for live sites in config/general; this will do for local development', :DEBUG_RECORD_MEMORY => false, :DEFAULT_LOCALE => '', + :DISABLE_EMERGENCY_USER => false, :DOMAIN => 'localhost:3000', :EXCEPTION_NOTIFICATIONS_FROM => '', :EXCEPTION_NOTIFICATIONS_TO => '', -- cgit v1.2.3