aboutsummaryrefslogtreecommitdiffstats
path: root/servicegateway/deployment/src/main/release/etc/conf/restclient.json
diff options
context:
space:
mode:
Diffstat (limited to 'servicegateway/deployment/src/main/release/etc/conf/restclient.json')
-rw-r--r--servicegateway/deployment/src/main/release/etc/conf/restclient.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/servicegateway/deployment/src/main/release/etc/conf/restclient.json b/servicegateway/deployment/src/main/release/etc/conf/restclient.json
new file mode 100644
index 00000000..304e2137
--- /dev/null
+++ b/servicegateway/deployment/src/main/release/etc/conf/restclient.json
@@ -0,0 +1,11 @@
+{
+ "defaultServer":
+ {
+ "host":"msb.openo.org",
+ "port":80
+ },
+ "ConnectTimeout":"1000",
+ "thread":"10",
+ "idletimeout":"500000",
+ "timeout":"10000"
+} \ No newline at end of file