diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-02-15 15:26:26 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-02-15 15:26:26 +1100 |
commit | 40466d7da8d292e47d9f29414cd5721b006e298c (patch) | |
tree | 8a23566f43f19a43aeb5301af9304dc83f812930 /lib | |
parent | 2d7efe95e4b996edbbb5c71b9b517ba19dea9168 (diff) |
Configurations ADMIN_BASE_URL and ADMIN_PUBLIC_URL are no longer used anywhere
Diffstat (limited to 'lib')
-rw-r--r-- | lib/configuration.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/configuration.rb b/lib/configuration.rb index 11fe1c56e..d1da45fcf 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -4,9 +4,7 @@ module Configuration DEFAULTS = { - :ADMIN_BASE_URL => '', :ADMIN_PASSWORD => '', - :ADMIN_PUBLIC_URL => '', :ADMIN_USERNAME => '', :AVAILABLE_LOCALES => '', :BLACKHOLE_PREFIX => 'do-not-reply-to-this-address', |