diff options
author | Hector Fernandez <hector@iatec.biz> | 2020-04-01 11:45:07 +0200 |
---|---|---|
committer | Hector Fernandez <hector@iatec.biz> | 2020-04-13 09:55:40 +0200 |
commit | 0c610ebbef5928f17ec8c14d872b4d4298d3c4fb (patch) | |
tree | b7574997e4286759a8a98a86814be814d8bdadb0 /test-cli/setup.xml | |
parent | 686893803c05fedd38a24bb1f661f8aeb7c652fe (diff) | |
download | board-0c610ebbef5928f17ec8c14d872b4d4298d3c4fb.zip board-0c610ebbef5928f17ec8c14d872b4d4298d3c4fb.tar.gz board-0c610ebbef5928f17ec8c14d872b4d4298d3c4fb.tar.bz2 |
Modificada la IP del servidor. Arreglado error al enviar los datos de la eeprom grabada a la BD.
Diffstat (limited to 'test-cli/setup.xml')
-rw-r--r-- | test-cli/setup.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-cli/setup.xml b/test-cli/setup.xml index e17a1d5..d0ca7e1 100644 --- a/test-cli/setup.xml +++ b/test-cli/setup.xml @@ -3,7 +3,7 @@ <setup> <test idline="1"/> <!-- Test line identify --> <board model="SOPA0000" variant="BW2Q-QXXX"/> - <db dbname="testsrv" type="PgSQLConnection" host="192.168.8.100" port="5432" user="admin" password="Idkfa2009" /> <!-- database setup --> + <db dbname="testsrv" type="PgSQLConnection" host="192.168.2.130" port="5432" user="admin" password="Idkfa2009" /> <!-- database setup --> </setup> </data> |