diff options
Diffstat (limited to 'openecomp-ui/src/sdc-app/config/config.json')
-rw-r--r-- | openecomp-ui/src/sdc-app/config/config.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openecomp-ui/src/sdc-app/config/config.json b/openecomp-ui/src/sdc-app/config/config.json index fbfaf1de66..e9e0b55114 100644 --- a/openecomp-ui/src/sdc-app/config/config.json +++ b/openecomp-ui/src/sdc-app/config/config.json @@ -7,5 +7,6 @@ "defaultRestCatalogPrefix": "/sdc1/feProxy/rest", "defaultWebsocketPort" : "8181", "defaultDebugWebsocketPort" : "9000", - "defaultWebsocketPath" : "notification-api/ws/notificationHandler" + "defaultWebsocketPath" : "notification-api/ws/notificationHandler", + "showBrowseVNF" : true } |