]> git.openstreetmap.org Git - chef.git/commitdiff
Switch embed back to using the standard tile URL
authorTom Hughes <tom@compton.nu>
Tue, 29 Dec 2020 09:28:01 +0000 (09:28 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 29 Dec 2020 09:28:01 +0000 (09:28 +0000)
cookbooks/web/recipes/rails.rb

index fd484263e5db0652de7bc45777bba4b4a6f0c0bd..caf20279f1dc8727a3847ccdfe0e245e6dd8ad1d 100644 (file)
@@ -113,7 +113,6 @@ rails_port "www.openstreetmap.org" do
   storage_configuration storage
   storage_service "aws"
   storage_url "https://openstreetmap-user-avatars.s3.dualstack.eu-west-1.amazonaws.com"
-  tile_cdn_url "https://cdn-fastly-test.tile.openstreetmap.org/{z}/{x}/{y}.png"
 end
 
 gem_package "bundler#{ruby_version}" do