diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-28 20:26:25 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-28 20:26:25 +0200 |
commit | 0c42f87899acf955e105851fe61afe61005cccd3 (patch) | |
tree | 0c77bfc3878e2a577da06a2f733b1ecc361ffe27 /src/merchant-tools | |
parent | 276f63cddebccb607610e63c78fd3d7e6167987e (diff) |
-no more jdbc in libeufin
Diffstat (limited to 'src/merchant-tools')
-rw-r--r-- | src/merchant-tools/benchmark-common.conf | 4 |
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/" |