aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket-be/deployment/src/main/release/etc/conf/restclient.json
blob: 9f38f6b6df56a812960199de282ddb7399a20cc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "defaultServer":
    {
        "host":"msb.openo.org",
        "port":"80"
    },
    "ConnectTimeout":"300000",
    "thread":"10",
    "idletimeout":"500000",
    "timeout":"300000"
}