]> git.openstreetmap.org Git - rails.git/blobdiff - config/example.application.yml
Comment out server_url in the default configuration
[rails.git] / config / example.application.yml
index fd388ad88221dd202570366c14aa6cb207ccff8b..6ebb786d566b1614c967bf849975836f07ddcaff 100644 (file)
@@ -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"
@@ -90,6 +90,8 @@ defaults: &defaults
     # Current Google imagery URLs have google or googleapis in the domain
     # with a vt or kh endpoint, and x, y and z query parameters
     - ".*\\.google(apis)?\\..*/(vt|kh)[\\?/].*([xyz]=.*){3}.*"
+    # Blacklist VWorld
+    - "http://xdworld\\.vworld\\.kr:8080/.*"
   # URL of Overpass instance to use for feature queries
   overpass_url: "//overpass-api.de/api/interpreter"
   # Routing endpoints
@@ -115,6 +117,10 @@ defaults: &defaults
   #mapzen_valhalla_key: ""
   # Thunderforest authentication details
   #thunderforest_key: ""
+  # Key for generating TOTP tokens
+  #totp_key: ""
+  # URL for reporting Content-Security-Policy violations
+  #csp_report_url: ""
 
 development:
   <<: *defaults