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