]> git.openstreetmap.org Git - chef.git/commitdiff
Add an oauth2 test instance
authorTom Hughes <tom@compton.nu>
Mon, 12 Apr 2021 17:33:13 +0000 (18:33 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 12 Apr 2021 17:33:13 +0000 (18:33 +0100)
roles/dev.rb

index 3eec5fd91b77fdbbd972c6f47d96bfa571375361..0b039bde3af54c3e52b698c2f0659350278d7181 100644 (file)
@@ -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"
       }
     }
   },