conf.json cleanup
This commit is contained in:
parent
ad91234fd9
commit
e97479aa03
|
@ -51,16 +51,16 @@
|
|||
}
|
||||
],
|
||||
"keycloak": {
|
||||
"enabled": true,
|
||||
"address": "http://dev03.local.cite.gr:60201/auth",
|
||||
"realm": "dmp-development",
|
||||
"flow": "standard",
|
||||
"clientId": "dmp_webapp",
|
||||
"silentCheckSsoRedirectUri": "http://localhost:4200/assets/silent-check-sso.html",
|
||||
"scope": "openid profile email address phone",
|
||||
"clientSecret": null,
|
||||
"grantType": "code"
|
||||
},
|
||||
"enabled": true,
|
||||
"address": null,
|
||||
"realm": null,
|
||||
"flow": "standard",
|
||||
"clientId": null,
|
||||
"silentCheckSsoRedirectUri": "http://localhost:4200/assets/silent-check-sso.html",
|
||||
"scope": "openid profile email address phone dmp_web",
|
||||
"clientSecret": null,
|
||||
"grantType": "code"
|
||||
},
|
||||
"zenodoConfiguration": {
|
||||
"clientId": "",
|
||||
"oauthUrl": "https://sandbox.zenodo.org/oauth/authorize",
|
||||
|
|
Loading…
Reference in New Issue