From 38a64203dd2e875e92c4bf4e5cd48ff59cd49526 Mon Sep 17 00:00:00 2001 From: Henare Degan Date: Thu, 4 Oct 2012 14:58:01 +1000 Subject: Correct default value for ADMIN_BASE_URL Back in 008e64e7 it was changed so that you could just set a blank value instead of '/admin/', it looks like test.yml was never updated and somehow lib/configuration.rb started off with the old value too. --- 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 03ca62343..79dbccf71 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -4,7 +4,7 @@ module Configuration DEFAULTS = { - :ADMIN_BASE_URL => '/admin/', + :ADMIN_BASE_URL => '', :ADMIN_PASSWORD => '', :ADMIN_PUBLIC_URL => '', :ADMIN_USERNAME => '', -- cgit v1.2.3