X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/24271b75bda2a358a70db5fbbb44ea8a72ed8a13..bf8959cdc2e65e18dc3a0eb4d7fe32d38dfd4498:/config/example.application.yml diff --git a/config/example.application.yml b/config/example.application.yml index 73089394f..567458c90 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -1,6 +1,7 @@ defaults: &defaults - # The server URL - #server_url: "www.openstreetmap.org" + # The server protocol and host + server_protocol: "http" + server_url: "openstreetmap.example.com" # The generator generator: "OpenStreetMap server" copyright_owner: "OpenStreetMap and contributors" @@ -130,8 +131,6 @@ production: test: <<: *defaults - # Server URL for testing - server_url: "openstreetmap.example.com" # Geonames credentials for testing geonames_username: "dummy" # External authentication credentials for testing