]> git.openstreetmap.org Git - rails.git/blobdiff - config/example.application.yml
Add tests for Google OAuth authentication
[rails.git] / config / example.application.yml
index bb556d2c99c2abaab4e6b5b864cec4a0aeb90bce..34db9d76643b70d6cb77feda284055b85f9d4e7a 100644 (file)
@@ -103,3 +103,7 @@ test:
   <<: *defaults
   # Geonames credentials for testing
   geonames_username: "dummy"
+  # External authentication credentials for testing
+  google_auth_id: "dummy"
+  google_auth_secret: "dummy"
+  google_openid_realm: "https://www.openstreetmap.org"