]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
bring rails front page in to line with current one
[rails.git] / config / environment.rb
index 686582d3e315e97f12762c4b52954ef264219451..a26cb54420075233e0347d621960320ecc5a6c98 100644 (file)
@@ -52,6 +52,8 @@ end
 
 # Include your application configuration below
 
+API_VERSION = ENV['OSM_API_VERSION'] || '0.4'
+SERVER_URL = ENV['OSM_SERVER_URL'] || 'www.openstreetmap.org'
 
 ActionMailer::Base.server_settings = {
   :address  => "localhost",