X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/311acad0c43401fe3d7651d021154af2efbedff5..c302174b0c532ded0eb7a808ba4556a67b96a111:/config/example.application.yml diff --git a/config/example.application.yml b/config/example.application.yml index 1f0705bd3..b5d4db363 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -87,9 +87,9 @@ defaults: &defaults require_terms_agreed: false # Imagery to return in capabilities as blacklisted imagery_blacklist: - - ".*\\.googleapis\\.com/.*" - - ".*\\.google\\.com/.*" - - ".*\\.google\\.ru/.*" + # 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}.*" # URL of Overpass instance to use for feature queries overpass_url: "//overpass-api.de/api/interpreter" # Routing endpoints @@ -111,6 +111,8 @@ defaults: &defaults #mapquest_key: "" # Mapzen authentication details #mapzen_valhalla_key: "" + # Thunderforest authentication details + #thunderforest_key: "" development: <<: *defaults