]> git.openstreetmap.org Git - chef.git/commitdiff
Switch to public overpass instance
authorTom Hughes <tom@compton.nu>
Sun, 23 Oct 2022 17:27:43 +0000 (18:27 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 23 Oct 2022 17:29:45 +0000 (18:29 +0100)
cookbooks/web/recipes/rails.rb

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