]> git.openstreetmap.org Git - chef.git/blob - cookbooks/db/attributes/default.rb
Improve monitoring of primary database for api, tile and nominatim
[chef.git] / cookbooks / db / attributes / default.rb
1 default[:db][:cluster] = "15/main"
2
3 default[:postgresql][:versions] |= ["15"]
4 default[:postgresql][:monitor_database] = "openstreetmap"