X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/23e6f86d3bac580d1de27c62709144f7f957334b..df5990611a8d954a97868fc47c49603dd312dc67:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 0b039bde3..1da4ad057 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -121,21 +121,11 @@ default_attributes( :microcosms => { :repository => "https://github.com/openbrian/osm-microcosms.git", :revision => "microcosms" - }, - :upload => { - :repository => "https://git.openstreetmap.org/public/rails.git", - :revision => "master", - :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git", - :cgimap_revision => "feature/bulk_upload" - }, - :oauth2 => { - :repository => "https://github.com/tomhughes/openstreetmap-website.git", - :revision => "doorkeeper" } } }, :postgresql => { - :versions => ["13"], + :versions => ["14"], :settings => { :defaults => { :max_connections => "500", @@ -145,7 +135,7 @@ default_attributes( :max_stack_depth => "4MB", :effective_cache_size => "4GB" }, - "13" => { + "14" => { :port => "5432", :wal_level => "logical", :max_replication_slots => "1"