diff options
Diffstat (limited to 'openecomp-ui/src/sdc-app/config/config.json')
-rw-r--r-- | openecomp-ui/src/sdc-app/config/config.json | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/openecomp-ui/src/sdc-app/config/config.json b/openecomp-ui/src/sdc-app/config/config.json index e9e0b55114..2e94d8672f 100644 --- a/openecomp-ui/src/sdc-app/config/config.json +++ b/openecomp-ui/src/sdc-app/config/config.json @@ -1,12 +1,14 @@ { - "pageSize": 25, - "version": "9.4", - "build": "dev", - "appContextPath" : "/onboarding", - "defaultRestPrefix": "/onboarding-api", - "defaultRestCatalogPrefix": "/sdc1/feProxy/rest", - "defaultWebsocketPort" : "8181", - "defaultDebugWebsocketPort" : "9000", - "defaultWebsocketPath" : "notification-api/ws/notificationHandler", - "showBrowseVNF" : true + "pageSize": 25, + "version": "9.4", + "build": "dev", + "appContextPath": "/onboarding", + "defaultRestPrefix": "/onboarding-api", + "defaultRestCatalogPrefix": "/sdc1/feProxy/rest", + "defaultWebsocketProtocol": "wss", + "defaultWebsocketPort": "8181", + "defaultDebugWebsocketPort": "9000", + "defaultWebsocketPath": "notification-api/ws/notificationHandler", + "defaultNotificationsWorkerUpdateMillisecond": 10000, + "showBrowseVNF": true } |