- :flatnode_file => "/ssd/nominatim/nodes.store",
- :database => {
- :cluster => "9.3/main",
- :dbname => "nominatim",
- :postgis => "2.1"
- },
- :fpm_pools => {
- :www => {
- :port => "8000",
- :pm => "dynamic",
- :max_children => "60"
- },
- :bulk => {
- :port => "8001",
- :pm => "static",
- :max_children => "10"
- }
- },
- :redirects => {}
+ :state => "standalone",
+ :dbcluster => "13/main",
+ :postgis => "3",
+ :enable_backup => true,
+ :flatnode_file => "/ssd/nominatim/nodes.store"