conf.json cleanup

This commit is contained in:
Diamantis Tziotzios 2023-10-18 12:51:15 +03:00
parent ad91234fd9
commit e97479aa03
1 changed files with 10 additions and 10 deletions

View File

@ -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",