From 9cff6985ff69c97bac50bad4c5bc055fc493262b Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Mon, 22 Mar 2010 23:48:20 +0000 Subject: [PATCH] Updated URI of dev server instance. --- config/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.rb b/config/environment.rb index 539af83b2..ad18f132e 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -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' -- 2.45.1