]> git.openstreetmap.org Git - chef.git/commitdiff
Configure production site to use query.openstreetmap.org
authorTom Hughes <tom@compton.nu>
Sat, 30 Oct 2021 10:35:17 +0000 (11:35 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 30 Oct 2021 10:35:17 +0000 (11:35 +0100)
cookbooks/web/recipes/rails.rb

index e14c898c767fe1b6ad59fed1c19e1dc56a0775c7..7bd00e0b9bb4956a6898abfb4aa287c28bdea93a 100644 (file)
@@ -114,6 +114,7 @@ rails_port "www.openstreetmap.org" do
   storage_configuration storage
   storage_service "avatars"
   storage_url "https://openstreetmap-user-avatars.s3.dualstack.eu-west-1.amazonaws.com"
+  overpass_url "https://query.openstreetmap.org/query-features"
 end
 
 gem_package "bundler#{ruby_version}" do