summaryrefslogtreecommitdiffstats
path: root/CommonLibrary/rest-client/src/test/resources/etc/conf/restclient.json
blob: 96b749a94be4501e2c12dfb93f6c811f1e32ba35 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "defaulServer":
    {
        "host":"127.0.0.1",
        "port":"8080",
    },
    "ConnectTimeout":"1000",
    "thread":"10",
    "idletimeout":"500000",
    "timeout":"10000"
}