summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-07-24 21:36:31 +0200
committerMS <ms@taler.net>2023-07-24 21:36:31 +0200
commit3b0a60b782a8273a3782b516ad30b560e80667f6 (patch)
tree3db17659d7f65fc66714eea1c680f9e9e6098824
parentfd75027ca6182e42b025f87888db9da6ad24a02c (diff)
downloadlibeufin-3b0a60b782a8273a3782b516ad30b560e80667f6.tar.gz
libeufin-3b0a60b782a8273a3782b516ad30b560e80667f6.tar.bz2
libeufin-3b0a60b782a8273a3782b516ad30b560e80667f6.zip
syntax
-rwxr-xr-xcli/tests/launch_services_with_xlibeufinbank.sh5
1 files 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