aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibrary/rest-client/src/test/resources/etc/conf/restclient.json
diff options
context:
space:
mode:
Diffstat (limited to 'CommonLibrary/rest-client/src/test/resources/etc/conf/restclient.json')
-rw-r--r--CommonLibrary/rest-client/src/test/resources/etc/conf/restclient.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/CommonLibrary/rest-client/src/test/resources/etc/conf/restclient.json b/CommonLibrary/rest-client/src/test/resources/etc/conf/restclient.json
new file mode 100644
index 0000000..96b749a
--- /dev/null
+++ b/CommonLibrary/rest-client/src/test/resources/etc/conf/restclient.json
@@ -0,0 +1,11 @@
+{
+ "defaulServer":
+ {
+ "host":"127.0.0.1",
+ "port":"8080",
+ },
+ "ConnectTimeout":"1000",
+ "thread":"10",
+ "idletimeout":"500000",
+ "timeout":"10000"
+} \ No newline at end of file