:repository => "https://github.com/tomhughes/openstreetmap-website.git",
:revision => "locale"
},
- :microsms => {
+ :microcosms => {
:repository => "https://github.com/openbrian/osm-microcosms.git",
:revision => "microcosms"
},
}
},
:postgresql => {
- :versions => ["9.1", "12"],
+ :versions => ["12"],
:settings => {
:defaults => {
:shared_buffers => "1GB",
:max_stack_depth => "4MB",
:effective_cache_size => "4GB"
},
- "9.1" => {
- :port => "5433"
- },
"12" => {
- :port => "5432"
+ :port => "5432",
+ :wal_level => "logical",
+ :max_replication_slots => "1"
}
}
},