summaryrefslogtreecommitdiffstats
path: root/restclient/.vscode/settings.json
blob: 1753f9a445267e2c58f07a2ff210110518da0082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    // CHARLES WEB DEBUGGING PROXY
    //"http.proxy": "http://localhost:8888/",
    "http.proxyStrictSSL" :false,
    // REST CLIENT
    "rest-client.fontSize":12,
    "rest-client.environmentVariables": {
        "ONAP external api nbi local": {
            "serviceOrder.url": "http://localhost:8080/nbi/api/v1"
        }
    }
}