X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/52e55367b5e2fa9a849d0155e011171da010c604..664414939e418b88a370ae31d6cff3245322e7bc:/cookbooks/tilecache/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/tilecache/attributes/default.rb b/cookbooks/tilecache/attributes/default.rb index 87f6dc573..a552ee6fc 100644 --- a/cookbooks/tilecache/attributes/default.rb +++ b/cookbooks/tilecache/attributes/default.rb @@ -1,5 +1,4 @@ - -default[:tilecache][:tile_parent] = "parent.tile.openstreetmap.org" +default[:tilecache][:tile_parent] = "render.openstreetmap.org" default[:tilecache][:tile_siblings] = [] # Per IP bucket refill rate @@ -10,5 +9,3 @@ default[:tilecache][:ip_bucket_size] = 67108864 default[:tilecache][:net_bucket_refill] = 8192 # Per Class C bucket size default[:tilecache][:net_bucket_size] = 134217728 - -default[:tilecache][:ssl][:certificate] = "tile.openstreetmap"