aboutsummaryrefslogtreecommitdiffstats
path: root/servicegateway/deployment/src/main/release/etc/conf/restclient.json
blob: 304e21374c8c29a05aea0967bcf881887e29cd90 (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"
}