From afbc27c5d043250d90ac634125d8714cb51a32e1 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 13 Nov 2022 16:55:35 +0100 Subject: [PATCH] Revert "Switch to public overpass instance" This reverts commit c91319c9056f22e55798efd8e6931bbb49fc43a7. --- cookbooks/web/recipes/rails.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5