diff options
Diffstat (limited to 'src/merchant-tools/benchmark-common.conf')
-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/" |