- :enabled => false,
- :database => {
- :cluster => "9.3/main",
- :dbname => "nominatim",
- :postgis => "2.1"
- },
- :fpm_pools => {
- :www => {
- :port => "8000",
- :pm => "dynamic",
- :max_children => "70"
- },
- :bulk => {
- :port => "8001",
- :pm => "static",
- :max_children => "10"
- }
+ :state => "standalone",
+ :dbcluster => "14/main",
+ :postgis => "3",
+ :enable_backup => true,
+ :flatnode_file => "/ssd/nominatim/nodes.store",
+ :tablespaces => {
+ "daux" => "/data/tablespaces/daux",
+ "iaux" => "/data/tablespaces/iaux"