]> git.openstreetmap.org Git - rails.git/blobdiff - config/example.application.yml
Set server_url in the test environment
[rails.git] / config / example.application.yml
index fd388ad88221dd202570366c14aa6cb207ccff8b..73089394f94b80b024d129dc1bafefc426426bec 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
@@ -124,6 +130,8 @@ production:
 
 test:
   <<: *defaults
+  # Server URL for testing
+  server_url: "openstreetmap.example.com"
   # Geonames credentials for testing
   geonames_username: "dummy"
   # External authentication credentials for testing