X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/217fa53bba8c1b5977220dde7457ee2938b3fc4a..bcc7d3796af2aa1bb18b17c1321f20ed5b17b964:/roles/dev.rb?ds=sidebyside diff --git a/roles/dev.rb b/roles/dev.rb index 2efd55fbb..565d4b70c 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -118,7 +118,7 @@ default_attributes( :repository => "https://github.com/tomhughes/openstreetmap-website.git", :revision => "locale" }, - :microsms => { + :microcosms => { :repository => "https://github.com/openbrian/osm-microcosms.git", :revision => "microcosms" }, @@ -144,7 +144,9 @@ default_attributes( :port => "5433" }, "12" => { - :port => "5432" + :port => "5432", + :wal_level => "logical", + :max_replication_slots => "1" } } },