]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
Merge branch 'master' into terms
[rails.git] / config / environment.rb
index 018e97451501ceacab36f74ac7e5148e2f6cb449..d9ffcc965bdd83e51cd740c3246b403df9eb0d65 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'] || 'www.openstreetmap.org'
+SERVER_URL = ENV['OSM_SERVER_URL'] || 'contributor_terms.dev.openstreetmap.org'
 
 # Set the generator
 GENERATOR = ENV['OSM_SERVER_GENERATOR'] || 'OpenStreetMap server'