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": { "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",