]> git.openstreetmap.org Git - rails.git/blobdiff - config/example.application.yml
Make the publisher URL configurable, with no default
[rails.git] / config / example.application.yml
index 6ebb786d566b1614c967bf849975836f07ddcaff..a10563f61fa904cc7fb2fd103c0b6840d119d2ad 100644 (file)
@@ -1,6 +1,9 @@
 defaults: &defaults
-  # The server URL
-  #server_url: "www.openstreetmap.org"
+  # The server protocol and host
+  server_protocol: "http"
+  server_url: "openstreetmap.example.com"
+  # Publisher
+  #publisher_url: ""
   # The generator
   generator: "OpenStreetMap server"
   copyright_owner: "OpenStreetMap and contributors"