]> git.openstreetmap.org Git - rails.git/commitdiff
Fix site name
authorTom Hughes <tom@compton.nu>
Tue, 11 May 2010 18:44:47 +0000 (19:44 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 11 May 2010 18:44:47 +0000 (19:44 +0100)
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'