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