From: Tom Hughes Date: Sat, 29 Oct 2022 23:07:27 +0000 (+0100) Subject: Switch back to the OSM overpass instance X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/56aea34d42016f606a457239131036bea929fe69?ds=sidebyside Switch back to the OSM overpass instance --- diff --git a/cookbooks/web/recipes/rails.rb b/cookbooks/web/recipes/rails.rb index 43fba5fb4..4b59eb00b 100644 --- a/cookbooks/web/recipes/rails.rb +++ b/cookbooks/web/recipes/rails.rb @@ -146,8 +146,8 @@ 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_credentials true + overpass_url "https://query.openstreetmap.org/query-features" + overpass_credentials true end systemd_service "rails-jobs@" do