]> git.openstreetmap.org Git - rails.git/blobdiff - config/example.application.yml
Add server_protocol configuration option
[rails.git] / config / example.application.yml
index 73089394f94b80b024d129dc1bafefc426426bec..567458c902f5ce7bf011087c33ca6397b6f9be9b 100644 (file)
@@ -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