[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: syntax
From: |
gnunet |
Subject: |
[libeufin] branch master updated: syntax |
Date: |
Mon, 24 Jul 2023 21:36:38 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new 3b0a60b7 syntax
3b0a60b7 is described below
commit 3b0a60b782a8273a3782b516ad30b560e80667f6
Author: MS <ms@taler.net>
AuthorDate: Mon Jul 24 21:36:31 2023 +0200
syntax
---
cli/tests/launch_services_with_xlibeufinbank.sh | 5 ++---
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
index 39205711..b70b9f94 100755
--- 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: syntax,
gnunet <=