summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-02-05 18:14:31 +0100
committerFlorian Dold <florian@dold.me>2024-02-05 18:14:31 +0100
commit2cf7946f662e4d43b3261c6cce4b792179ff32cd (patch)
tree41fc58554e60c691a888dbd3b7230179a5204655 /contrib
parente650e5427de2249053ba5f15001a5522daeafb14 (diff)
downloadlibeufin-2cf7946f662e4d43b3261c6cce4b792179ff32cd.tar.gz
libeufin-2cf7946f662e4d43b3261c6cce4b792179ff32cd.tar.bz2
libeufin-2cf7946f662e4d43b3261c6cce4b792179ff32cd.zip
use postgres URI, not postgresqlv0.9.4-dev.12
For consistency with scripting and other components
Diffstat (limited to 'contrib')
-rw-r--r--contrib/bank.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bank.conf b/contrib/bank.conf
index 57733bfe..68412350 100644
--- 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