]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "Switch to public overpass instance"
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 13 Nov 2022 15:55:35 +0000 (16:55 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 13 Nov 2022 15:55:35 +0000 (16:55 +0100)
This reverts commit c91319c9056f22e55798efd8e6931bbb49fc43a7.

cookbooks/web/recipes/rails.rb

index 43fba5fb4aaae61892edcd7b3a7b6e1477fbe313..4b59eb00b5839090af746dee1650267220ad8cb8 100644 (file)
@@ -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