X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bd73e2ed4a69cbeb6b734551f9fe7ce94a071652..c539edca301fde6201f8d7f53e5310f1219789f1:/roles/dev.rb?ds=sidebyside diff --git a/roles/dev.rb b/roles/dev.rb index 703cbccf2..672c5e022 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -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" } } },