aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-28 18:33:20 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-28 18:33:20 +0200
commitbcc8a390e54f276488ef535c1bb01a7061b3bf20 (patch)
tree3a12ae28ade58ad7ee70b9113c0247d1f9a9bca8 /src
parentedcc550215759e91eca93279f8be2d596dba60c4 (diff)
match latest libeufin DB style
Diffstat (limited to 'src')
-rw-r--r--src/testing/test_template.conf6
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]