diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-28 20:25:46 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-28 20:25:54 +0200 |
commit | 0c5f57e79261bc5f62a44032a9092bc2b3afb829 (patch) | |
tree | 1455431515fa2c40a0d61accf4395958edb1de49 /src/benchmark | |
parent | 8f9731e83009f13a8b4e172aec1252bc79c4dee1 (diff) |
-no more jdbc in libeufin
Diffstat (limited to 'src/benchmark')
-rw-r--r-- | src/benchmark/benchmark-common.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/benchmark/benchmark-common.conf b/src/benchmark/benchmark-common.conf index 230c7bfbb..5d9405fe5 100644 --- a/src/benchmark/benchmark-common.conf +++ b/src/benchmark/benchmark-common.conf @@ -80,10 +80,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/" |