feat(google-cloud): Add an example configuration for Google Cloud Healthcare (you may need to enable the Cloud Resource Manager API)

This commit is contained in:
Erik Ziegler 2019-03-22 16:47:22 +01:00
parent c0549967c6
commit 416b4ade38

View File

@ -0,0 +1,25 @@
{
"public": {
"clientOnly": true,
"googleCloud": true,
"ui": {
"studyListFunctionsEnabled": true,
"studyListDateFilterNumDays": false
},
"servers": {
"dicomWeb": []
},
"custom": {
"oidc": [{
"authServerUrl": "https://accounts.google.com",
"authRedirectUri": "/_oauth/google",
"postLogoutRedirectUri": "/",
"clientId": "YOURCLIENTID.apps.googleusercontent.com",
"scope": "email profile openid https://www.googleapis.com/auth/cloud-platform.read-only https://www.googleapis.com/auth/cloud-healthcare",
"revokeUrl": "https://accounts.google.com/o/oauth2/revoke?token="
}]
},
"userAuthenticationRoutesEnabled": false,
"demoMode": false
}
}