From: Tom Hughes Date: Wed, 22 Mar 2017 17:19:08 +0000 (+0000) Subject: Comment out server_url in the default configuration X-Git-Tag: live~3474 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/baa3b3188d19f349ee0a531c0280e39cfa8a7413?ds=inline Comment out server_url in the default configuration --- diff --git a/config/example.application.yml b/config/example.application.yml index ec6048521..6ebb786d5 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -1,6 +1,6 @@ defaults: &defaults # The server URL - server_url: "www.openstreetmap.org" + #server_url: "www.openstreetmap.org" # The generator generator: "OpenStreetMap server" copyright_owner: "OpenStreetMap and contributors"