summaryrefslogtreecommitdiffstats
path: root/deployment/src/main/release/etc/conf/restclient.json
blob: 9cc37e0b2f39163580043b40f9832647a6db1cc1 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "defaultServer": {
        "host": "127.0.0.1",
        "port": "80"
    },
    "ConnectTimeout": "300000",
    "thread": "10",
    "idletimeout": "500000",
    "timeout": "300000"
}