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