:nominatim => {
:state => "standalone",
:dbadmins => %w[lonvia tomh],
- :dbcluster => "9.6/main",
+ :dbcluster => "10.0/main",
+ :postgis => "2.4",
:enable_backup => true,
:flatnode_file => "/ssd/nominatim/nodes.store",
:tablespaces => {
"iaux" => "/data/tablespaces/iaux"
},
:fpm_pools => {
- :www => {
- :max_children => "40"
- }
+ :www => {
+ :max_children => "40"
+ }
}
}
)