]> git.openstreetmap.org Git - chef.git/blob - cookbooks/tilecache/attributes/default.rb
Block hosts scraping the export call
[chef.git] / cookbooks / tilecache / attributes / default.rb
1
2 default[:tilecache][:tile_parent] = "parent.tile.openstreetmap.org"
3 default[:tilecache][:tile_siblings] = []
4
5 # Per IP bucket refill rate
6 default[:tilecache][:ip_bucket_refill] = 4096
7 # Per IP bucket size
8 default[:tilecache][:ip_bucket_size] = 67108864
9 # Per Class C refill rate
10 default[:tilecache][:net_bucket_refill] = 8192
11 # Per Class C bucket size
12 default[:tilecache][:net_bucket_size] = 134217728
13
14 default[:tilecache][:ssl][:certificate] = "tile.openstreetmap"