commit 2cf7946f662e4d43b3261c6cce4b792179ff32cd
parent e650e5427de2249053ba5f15001a5522daeafb14
Author: Florian Dold <florian@dold.me>
Date: Mon, 5 Feb 2024 18:14:31 +0100
use postgres URI, not postgresql
For consistency with scripting and other components
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/bank.conf b/contrib/bank.conf
@@ -73,4 +73,4 @@ SPA = $DATADIR/spa/
SQL_DIR = $DATADIR/sql/
# DB connection string
-CONFIG = postgresql:///libeufin
+CONFIG = postgres:///libeufin