X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b7276be79b61b94c57dfc30d4421157e49a3f7c0..09fdee54938792f06ce5b0636f01440a17117add:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index 495f94d80..930fc81e9 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -18,6 +18,7 @@ API_VERSION = ENV['OSM_API_VERSION'] || '0.5' # :online - online and operating normally # :api_readonly - site online but API in read-only mode # :api_offline - site online but API offline +# :database_readonly - database and site in read-only mode # :database_offline - database offline with site in emergency mode # OSM_STATUS = :online @@ -74,8 +75,3 @@ Rails::Initializer.run do |config| # Make Active Record use UTC-base instead of local time # config.active_record.default_timezone = :utc end - -# This has to be after the above block for some reason (doesnt pull in /lib/osm.rb?) -POTLATCH_PRESETS = Potlatch::Potlatch.get_presets() - -