Add worker to onboard notification
Issue-ID: SDC-1840
Change-Id: I0506df2073beb14de2aea5a01233f05ce9a6d7f7
Signed-off-by: Malek <malek.zoabi@amdocs.com>
diff --git a/openecomp-ui/src/sdc-app/config/config.json b/openecomp-ui/src/sdc-app/config/config.json
index e9e0b55..2e94d86 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
}