From: Tom Hughes Date: Mon, 12 Apr 2021 17:33:13 +0000 (+0100) Subject: Add an oauth2 test instance X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/23e6f86d3bac580d1de27c62709144f7f957334b Add an oauth2 test instance --- diff --git a/roles/dev.rb b/roles/dev.rb index 3eec5fd91..0b039bde3 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -127,6 +127,10 @@ 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" } } },