summaryrefslogtreecommitdiff
path: root/test-cli/setup.xml
diff options
context:
space:
mode:
authorManel Caro <mcaro@iseebcn.com>2019-03-29 14:54:24 +0100
committerManel Caro <mcaro@iseebcn.com>2019-03-29 14:54:24 +0100
commit77355baca0f628f5e95cbf1d8bf3c2475a95150f (patch)
treeed31cbe8ddc54b09ec471db0e033b33a9073748b /test-cli/setup.xml
parentb44174ae3decc9f9498541ce9aeed84ce183a9eb (diff)
downloadboard-77355baca0f628f5e95cbf1d8bf3c2475a95150f.zip
board-77355baca0f628f5e95cbf1d8bf3c2475a95150f.tar.gz
board-77355baca0f628f5e95cbf1d8bf3c2475a95150f.tar.bz2
Modify database connection object and xml parser object
Diffstat (limited to 'test-cli/setup.xml')
-rw-r--r--test-cli/setup.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-cli/setup.xml b/test-cli/setup.xml
index 41295b5..ba427d2 100644
--- a/test-cli/setup.xml
+++ b/test-cli/setup.xml
@@ -3,7 +3,7 @@
<setup>
<test idline="1"/> <!-- Test line identify -->
<board model="IGEP0000" variant="TEST-TEST" station="1"/>
- <db dbname="testsrv" type="PgSQLConnection" host="192.168.2.79" port="5432" user="admin" password="Idkfa2009" /> <!-- database setup -->
+ <db dbname="itest" type="PgSQLConnection" host="testsrv02.isee.biz" port="5432" user="admin" password="Idkfa2009" connect_timeout="5"/> <!-- database setup -->
</setup>
</data>