]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
Ubuntu Hardy only has rubygems 1.3.1 and it seems to work
[rails.git] / config / environment.rb
index 93b6e86d2a16415409fd5b0f116a0c3e7a670491..d8f9b2fc85ca0503146b1c55ff390c86bf1003cc 100644 (file)
@@ -8,7 +8,7 @@ ENV['RAILS_ENV'] ||= 'production'
 RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION
 
 # Set the server URL
-SERVER_URL = ENV['OSM_SERVER_URL'] || 'contributor_terms.dev.openstreetmap.org'
+SERVER_URL = ENV['OSM_SERVER_URL'] || 'www.openstreetmap.org'
 
 # Set the generator
 GENERATOR = ENV['OSM_SERVER_GENERATOR'] || 'OpenStreetMap server'