projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b99e870
)
Updated URI of dev server instance.
author
Matt Amos
<zerebubuth@gmail.com>
Mon, 22 Mar 2010 23:48:20 +0000
(23:48 +0000)
committer
Matt Amos
<zerebubuth@gmail.com>
Mon, 22 Mar 2010 23:48:20 +0000
(23:48 +0000)
config/environment.rb
patch
|
blob
|
history
diff --git
a/config/environment.rb
b/config/environment.rb
index 539af83b2971842a09296fe6456493c4c79e3571..ad18f132e40e21874f8b19f67686b2e37756b2bb 100644
(file)
--- 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'