diff options
author | j00302280 <j00101220@huawei.com> | 2016-09-28 12:03:25 +0800 |
---|---|---|
committer | j00302280 <j00101220@huawei.com> | 2016-09-28 12:03:25 +0800 |
commit | 8e96d0d89723ed2e65af7da52e78eb09e485fcdf (patch) | |
tree | d434aefadb6e35f93eca8acb3daadd66b010b61f | |
parent | 7161f0c4de0f4dc4acf8d2109eedaf5acd35b12d (diff) |
Modify the restclient json
Change-Id: I069f282ed9ef3a959a5bc3d1ab395bafd0be5eea
Signed-off-by: j00302280 <j00101220@huawei.com>
-rw-r--r-- | servicegateway/deployment/src/main/release/etc/conf/restclient.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servicegateway/deployment/src/main/release/etc/conf/restclient.json b/servicegateway/deployment/src/main/release/etc/conf/restclient.json index 304e2137..b30e05c0 100644 --- a/servicegateway/deployment/src/main/release/etc/conf/restclient.json +++ b/servicegateway/deployment/src/main/release/etc/conf/restclient.json @@ -2,7 +2,7 @@ "defaultServer":
{
"host":"msb.openo.org",
- "port":80
+ "port":"80"
},
"ConnectTimeout":"1000",
"thread":"10",
|