aboutsummaryrefslogtreecommitdiffstats
path: root/restclient/.vscode/settings.json
blob: 2238a7103cd144b7d9ef2b6dda0ab36e1c500e09 (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/v3"
        }
    }
}