projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add tests for Google OAuth authentication
[rails.git]
/
config
/
example.application.yml
diff --git
a/config/example.application.yml
b/config/example.application.yml
index bb556d2c99c2abaab4e6b5b864cec4a0aeb90bce..34db9d76643b70d6cb77feda284055b85f9d4e7a 100644
(file)
--- a/
config/example.application.yml
+++ b/
config/example.application.yml
@@
-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"