summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-28 20:26:25 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-28 20:26:25 +0200
commit0c42f87899acf955e105851fe61afe61005cccd3 (patch)
tree0c77bfc3878e2a577da06a2f733b1ecc361ffe27
parent276f63cddebccb607610e63c78fd3d7e6167987e (diff)
downloadmerchant-0c42f87899acf955e105851fe61afe61005cccd3.tar.gz
merchant-0c42f87899acf955e105851fe61afe61005cccd3.tar.bz2
merchant-0c42f87899acf955e105851fe61afe61005cccd3.zip
-no more jdbc in libeufin
-rw-r--r--src/merchant-tools/benchmark-common.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/merchant-tools/benchmark-common.conf b/src/merchant-tools/benchmark-common.conf
index f45080ce..261bd725 100644
--- a/src/merchant-tools/benchmark-common.conf
+++ b/src/merchant-tools/benchmark-common.conf
@@ -79,10 +79,10 @@ HTTP_PORT=8082
SERVE=http
[libeufin-nexus]
-DB_CONNECTION="jdbc:postgresql://localhost/talercheck?socketFactory=org.newsclub.net.unix.AFUNIXSocketFactory$FactoryArg&socketFactoryArg=/var/run/postgresql/.s.PGSQL.5432"
+DB_CONNECTION="postgresql:///talercheck"
[libeufin-sandbox]
-DB_CONNECTION="jdbc:postgresql://localhost/talercheck?socketFactory=org.newsclub.net.unix.AFUNIXSocketFactory$FactoryArg&socketFactoryArg=/var/run/postgresql/.s.PGSQL.5432"
+DB_CONNECTION="postgresql:///talercheck"
[auditor]
BASE_URL="http://localhost:8083/"