diff --git a/frontend/src/assets/config/config.json b/frontend/src/assets/config/config.json index 450fe485c..2a11bd038 100644 --- a/frontend/src/assets/config/config.json +++ b/frontend/src/assets/config/config.json @@ -10,10 +10,10 @@ "defaultBlueprintId": "86635178-36a6-484f-9057-a934e4eeecd5", "keycloak": { "enabled": true, - "address": null, - "realm": null, + "address": "http://dev03.local.cite.gr:60201", + "realm": "dmp-development", "flow": "standard", - "clientId": null, + "clientId": "dmp_webapp", "silentCheckSsoRedirectUri": "http://localhost:4200/assets/silent-check-sso.html", "scope": "openid profile email address phone dmp_web dmp_notification identity_provider", "clientSecret": null, @@ -22,11 +22,11 @@ "inAppNotificationsCountInterval": "30", "notification_service": { "enabled": true, - "address": "http://localhost:8086/api/" + "address": "http://dev04.local.cite.gr:55330/api/notification/" }, "annotation_service": { "enabled": true, - "address": "http://localhost:8087/api/", + "address": "http://dev04.local.cite.gr:55330/api/annotation/", "statusIcons": [ { "internalStatus": "0",