commit 3b0a60b782a8273a3782b516ad30b560e80667f6
parent fd75027ca6182e42b025f87888db9da6ad24a02c
Author: MS <ms@taler.net>
Date: Mon, 24 Jul 2023 21:36:31 +0200
syntax
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/cli/tests/launch_services_with_xlibeufinbank.sh b/cli/tests/launch_services_with_xlibeufinbank.sh
@@ -22,8 +22,7 @@ echo RUNNING SANDBOX-NEXUS EBICS PAIR
jq --version &> /dev/null || (echo "'jq' command not found"; exit 77)
curl --version &> /dev/null || (echo "'curl' command not found"; exit 77)
-DB_CONN="jdbc:postgresql://localhost/libeufincheck?socketFactory=org.newsclub.net.unix.AFUNIXSocketFactory\$FactoryArg&socketFactoryArg=/var/run/postgresql/.s.PGSQL.5432"
-
+DB_CONN="postgresql:///libeufincheck"
export LIBEUFIN_SANDBOX_DB_CONNECTION=$DB_CONN
export LIBEUFIN_NEXUS_DB_CONNECTION=$DB_CONN
@@ -74,7 +73,7 @@ export LIBEUFIN_NEXUS_URL=http://localhost:5001
# echoing the password to STDIN, as that is a "prompt" option.
libeufin-cli connections new-xlibeufinbank-connection \
--bank-url "http://localhost:5000/demobanks/default/access-api" \
- --username sandbox-user
+ --username sandbox-user \
--password foo \
wwwconn
echo DONE