gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: -no more jdbc in libeufin


From: gnunet
Subject: [taler-merchant] branch master updated: -no more jdbc in libeufin
Date: Fri, 28 Jul 2023 20:26:29 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 0c42f878 -no more jdbc in libeufin
0c42f878 is described below

commit 0c42f87899acf955e105851fe61afe61005cccd3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jul 28 20:26:25 2023 +0200

    -no more jdbc in libeufin
---
 src/merchant-tools/benchmark-common.conf | 4 ++--
 1 file 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/";

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]