X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/217fa53bba8c1b5977220dde7457ee2938b3fc4a..c539edca301fde6201f8d7f53e5310f1219789f1:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 2efd55fbb..672c5e022 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" }, @@ -141,10 +141,13 @@ default_attributes( :effective_cache_size => "4GB" }, "9.1" => { - :port => "5433" + :port => "5433", + :ssl => "false" }, "12" => { - :port => "5432" + :port => "5432", + :wal_level => "logical", + :max_replication_slots => "1" } } },