- :tilecache => {
- :tile_parent => "hsinchu.render.openstreetmap.org",
- :tile_siblings => [
- "balerion.openstreetmap.org",
- "waima.openstreetmap.org",
- "tuatara.openstreetmap.org"
- ]
+ :nominatim => {
+ :state => "standalone",
+ :dbcluster => "16/main",
+ :postgis => "3",
+ :enable_qa_tiles => true,
+ :flatnode_file => "/ssd/nominatim/nodes.store",
+ :logdir => "/ssd/nominatim/log",
+ :api_flavour => "python",
+ :api_workers => 24,
+ :api_pool_size => 10,
+ :fpm_pools => {
+ "nominatim.openstreetmap.org" => {
+ :max_children => 200
+ }
+ },
+ :config => {
+ :forward_dependencies => "yes"
+ }