X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8dfad83a635a5c1cc48c234a8d8683cf978a8bd2..4be0e9bd103292a22bd2ca7c8f2744f33c4457d3:/config/example.application.yml diff --git a/config/example.application.yml b/config/example.application.yml index 7f6aaf298..e7915c96b 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -84,6 +84,11 @@ defaults: &defaults require_terms_seen: false # Whether to require users to agree to the CTs before editing require_terms_agreed: false + # Imagery to return in capabilities as blacklisted + imagery_blacklist: + - ".*\\.googleapis\\.com/.*" + - ".*\\.google\\.com/.*" + - ".*\\.google\\.ru/.*" # URL of Overpass instance to use for feature queries overpass_url: "//overpass-api.de/api/interpreter"