commit 85a8cdb4f78336016b9dd8dabaf2afd536b8bb44 parent 0c42f87899acf955e105851fe61afe61005cccd3 Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 28 Jul 2023 20:59:31 +0200 more jdbc: removal Diffstat:
| M | src/testing/test_merchant_wirewatch.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/testing/test_merchant_wirewatch.sh b/src/testing/test_merchant_wirewatch.sh @@ -33,7 +33,7 @@ BANK_URL="http://localhost:18082/demobanks/default/" EXCHANGE_URL="http://localhost:8081/" -export LIBEUFIN_SANDBOX_DB_CONNECTION='jdbc:postgresql://localhost/talercheck?socketFactory=org.newsclub.net.unix.AFUNIXSocketFactory$FactoryArg&socketFactoryArg=/var/run/postgresql/.s.PGSQL.5432' +export LIBEUFIN_SANDBOX_DB_CONNECTION='postgresql:///talercheck' export LIBEUFIN_SANDBOX_ADMIN_PASSWORD="secret" export LIBEUFIN_SANDBOX_URL="http://localhost:18082/" @@ -58,7 +58,7 @@ CREDIT_PASSWORD="merchant-wirewatch-password" echo -n "Create credit user (for gnunet-merchant) at Nexus ..." -export LIBEUFIN_NEXUS_DB_CONNECTION='jdbc:postgresql://localhost/talercheck?socketFactory=org.newsclub.net.unix.AFUNIXSocketFactory$FactoryArg&socketFactoryArg=/var/run/postgresql/.s.PGSQL.5432' +export LIBEUFIN_NEXUS_DB_CONNECTION='postgresql:///talercheck' libeufin-nexus \ superuser "$CREDIT_USERNAME" \ --password="$CREDIT_PASSWORD" \