gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: use postgres URI, not postgresql


From: gnunet
Subject: [libeufin] branch master updated: use postgres URI, not postgresql
Date: Mon, 05 Feb 2024 18:14:33 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 2cf7946f use postgres URI, not postgresql
2cf7946f is described below

commit 2cf7946f662e4d43b3261c6cce4b792179ff32cd
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Feb 5 18:14:31 2024 +0100

    use postgres URI, not postgresql
    
    For consistency with scripting and other components
---
 contrib/bank.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]