summaryrefslogtreecommitdiffstats
path: root/deployment/src/main/release/etc/conf/restclient.json
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/src/main/release/etc/conf/restclient.json')
-rw-r--r--deployment/src/main/release/etc/conf/restclient.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/deployment/src/main/release/etc/conf/restclient.json b/deployment/src/main/release/etc/conf/restclient.json
new file mode 100644
index 0000000..9cc37e0
--- /dev/null
+++ b/deployment/src/main/release/etc/conf/restclient.json
@@ -0,0 +1,10 @@
+{
+ "defaultServer": {
+ "host": "127.0.0.1",
+ "port": "80"
+ },
+ "ConnectTimeout": "300000",
+ "thread": "10",
+ "idletimeout": "500000",
+ "timeout": "300000"
+} \ No newline at end of file