]> git.openstreetmap.org Git - rails.git/blobdiff - config/example.application.yml
Blacklist VWorld imagery
[rails.git] / config / example.application.yml
index fd388ad88221dd202570366c14aa6cb207ccff8b..f322dbccf4b12b47d29765806fb53cc7c621b2ac 100644 (file)
@@ -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,8 @@ defaults: &defaults
   #mapzen_valhalla_key: ""
   # Thunderforest authentication details
   #thunderforest_key: ""
+  # Key for generating TOTP tokens
+  #totp_key: ""
 
 development:
   <<: *defaults