summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-28 20:59:31 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-28 20:59:31 +0200
commit85a8cdb4f78336016b9dd8dabaf2afd536b8bb44 (patch)
tree979e5de2c3eeae3a6c78490e10184f55a44ef262
parent0c42f87899acf955e105851fe61afe61005cccd3 (diff)
downloadmerchant-85a8cdb4f78336016b9dd8dabaf2afd536b8bb44.tar.gz
merchant-85a8cdb4f78336016b9dd8dabaf2afd536b8bb44.tar.bz2
merchant-85a8cdb4f78336016b9dd8dabaf2afd536b8bb44.zip
more jdbc: removal
-rwxr-xr-xsrc/testing/test_merchant_wirewatch.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_merchant_wirewatch.sh b/src/testing/test_merchant_wirewatch.sh
index cfa42cc0..2a6e5879 100755
--- 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" \