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