# 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
#mapzen_valhalla_key: ""
# Thunderforest authentication details
#thunderforest_key: ""
+ # Key for generating TOTP tokens
+ #totp_key: ""
development:
<<: *defaults