merchant

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

commit bcc8a390e54f276488ef535c1bb01a7061b3bf20
parent edcc550215759e91eca93279f8be2d596dba60c4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 28 Jul 2023 18:33:20 +0200

match latest libeufin DB style

Diffstat:
Msrc/testing/test_template.conf | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/testing/test_template.conf b/src/testing/test_template.conf @@ -53,12 +53,10 @@ CONFIG = postgres:///talercheck HTTP_PORT = 8082 [libeufin-nexus] -DB_CONNECTION="jdbc:postgresql://localhost/talercheck?socketFactory=org.newsclub.net.unix.AFUNIXSocketFactory$FactoryArg&socketFactoryArg=/var/run/postgresql/.s.PGSQL.5432" -#DB_CONNECTION="jdbc:sqlite:libeufin-nexus.sqlite3" +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="jdbc:sqlite:libeufin-sandbox.sqlite3" +DB_CONNECTION="postgresql:///talercheck" [auditor]