From a8ba89bbf37d8fcbb5dad0dc5acee0e9180288a5 Mon Sep 17 00:00:00 2001 From: sgiannopoulos Date: Tue, 24 Sep 2024 13:48:20 +0300 Subject: [PATCH] revert config.json --- frontend/src/assets/config/config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/assets/config/config.json b/frontend/src/assets/config/config.json index 18654fe8a..9e55939f1 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": "http://dev03.local.cite.gr:60201", - "realm": "dmp-development", + "address": null, + "realm": null, "flow": "standard", - "clientId": "dmp_webapp", + "clientId": null, "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://dev04.local.cite.gr:55330/api/notification/" + "address": "http://localhost:8086/api/" }, "annotation_service": { "enabled": true, - "address": "http://dev04.local.cite.gr:55330/api/annotation/", + "address": "http://localhost:8087/api/", "statusIcons": [ { "internalStatus": "0",