From: Tom Hughes Date: Sun, 23 Oct 2022 17:27:43 +0000 (+0100) Subject: Switch to public overpass instance X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/b2737a391a4a212d4ce5bdc341aec078e7f496a0 Switch to public overpass instance --- diff --git a/cookbooks/web/recipes/rails.rb b/cookbooks/web/recipes/rails.rb index 4b59eb00b..68a1d7018 100644 --- a/cookbooks/web/recipes/rails.rb +++ b/cookbooks/web/recipes/rails.rb @@ -146,7 +146,7 @@ rails_port "www.openstreetmap.org" do trace_icon_storage "gps_images" avatar_storage_url "https://openstreetmap-user-avatars.s3.dualstack.eu-west-1.amazonaws.com" trace_image_storage_url "https://openstreetmap-gps-images.s3.dualstack.eu-west-1.amazonaws.com" - overpass_url "https://query.openstreetmap.org/query-features" + # overpass_url "https://query.openstreetmap.org/query-features" overpass_credentials true end