Add serviceOrder rest services
[externalapi/nbi.git] / restclient / .vscode / settings.json
1 {
2     // CHARLES WEB DEBUGGING PROXY
3     //"http.proxy": "http://localhost:8888/",
4     "http.proxyStrictSSL" :false,
5     // REST CLIENT
6     "rest-client.fontSize":12,
7     "rest-client.environmentVariables": {
8         "ONAP external api nbi local": {
9             "serviceOrder.url": "http://localhost:8080/nbi/api/v1"
10         }
11     }
12 }