X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1078c7395e0ff08efb5f809f12a2ac5fb8d1710f..b99e4a5a8bf96c91fa1af0991d249a3c4bbabb46:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 0b039bde3..6c867f33d 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -128,9 +128,11 @@ default_attributes( :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git", :cgimap_revision => "feature/bulk_upload" }, - :oauth2 => { + :argon2 => { :repository => "https://github.com/tomhughes/openstreetmap-website.git", - :revision => "doorkeeper" + :revision => "argon2", + :cgimap_repository => "https://github.com/mmd-osm/openstreetmap-cgimap.git", + :cgimap_revision => "feature/argon2" } } },