X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1078c7395e0ff08efb5f809f12a2ac5fb8d1710f..995aff046c2a707a13a93f23a4dfa9f55089fb2f:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 0b039bde3..1ed5d6c84 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -127,15 +127,11 @@ default_attributes( :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 +141,7 @@ default_attributes( :max_stack_depth => "4MB", :effective_cache_size => "4GB" }, - "13" => { + "14" => { :port => "5432", :wal_level => "logical", :max_replication_slots => "1"