diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-28 18:33:20 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-28 18:33:20 +0200 |
commit | bcc8a390e54f276488ef535c1bb01a7061b3bf20 (patch) | |
tree | 3a12ae28ade58ad7ee70b9113c0247d1f9a9bca8 /src | |
parent | edcc550215759e91eca93279f8be2d596dba60c4 (diff) |
match latest libeufin DB style
Diffstat (limited to 'src')
-rw-r--r-- | src/testing/test_template.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/testing/test_template.conf b/src/testing/test_template.conf index a81fba1e..0c3faa23 100644 --- 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] |