merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 0c42f87899acf955e105851fe61afe61005cccd3
parent 276f63cddebccb607610e63c78fd3d7e6167987e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 28 Jul 2023 20:26:25 +0200

-no more jdbc in libeufin

Diffstat:
Msrc/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 @@ -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/"