From 8c9644ecadbf19a8cbed67b5e25f43c244ffb845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lais=20Frig=C3=A9rio?= <lfs@inf.ufpr.br> Date: Fri, 13 Jan 2017 11:00:34 -0200 Subject: [PATCH] Adding datasid-conf.json file --- conf/datasid-conf.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/datasid-conf.json diff --git a/conf/datasid-conf.json b/conf/datasid-conf.json new file mode 100644 index 00000000..224b9fa8 --- /dev/null +++ b/conf/datasid-conf.json @@ -0,0 +1,11 @@ +{ +"dataDir" : "/data", +"logDir" : "/log", +"proxyConf" : "/conf/proxy.json", +"delay" : "86400", // 24 hours +"daysToExpireLog" : "31", // 1 month +"updateTries" : "3", +"updateTimeOut":"100", +"webService": "http://simmc.c3sl.ufpr.br/axis2/services/DataSID" +} + -- GitLab