-RAILS_GEM_VERSION = '2.1.2' unless defined? RAILS_GEM_VERSION
-
-# Set the server URL
-SERVER_URL = ENV['OSM_SERVER_URL'] || 'www.openstreetmap.org'
-
-# Set the generator
-GENERATOR = ENV['OSM_SERVER_GENERATOR'] || 'OpenStreetMap server'
-
-# Application constants needed for routes.rb - must go before Initializer call
-API_VERSION = ENV['OSM_API_VERSION'] || '0.6'
-
-# Set application status - possible settings are:
-#
-# :online - online and operating normally
-# :api_readonly - site online but API in read-only mode
-# :api_offline - site online but API offline
-# :database_offline - database offline with site in emergency mode
-#
-OSM_STATUS = :online