blob: 2e94d8672f6632c00cc845479b365fac6e09d09b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"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
}
|