gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: use sane default for DB name


From: gnunet
Subject: [libeufin] branch master updated: use sane default for DB name
Date: Fri, 15 Dec 2023 09:40:21 +0100

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

grothoff pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 470ef004 use sane default for DB name
470ef004 is described below

commit 470ef0041b14989f4d513e5f8ae8fbfddcd302fe
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Dec 15 16:40:14 2023 +0800

    use sane default for DB name
---
 debian/etc/libeufin/libeufin-bank.conf  | 2 ++
 debian/etc/libeufin/libeufin-nexus.conf | 3 +++
 debian/etc/libeufin/settings.json       | 2 +-
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/etc/libeufin/libeufin-bank.conf 
b/debian/etc/libeufin/libeufin-bank.conf
index 71fb9fa4..b0a94c14 100644
--- a/debian/etc/libeufin/libeufin-bank.conf
+++ b/debian/etc/libeufin/libeufin-bank.conf
@@ -31,3 +31,5 @@ SERVE = tcp
 PORT = 9099
 
 
+[libeufin-bankdb-postgres]
+CONFIG = postgres:///libeufin
diff --git a/debian/etc/libeufin/libeufin-nexus.conf 
b/debian/etc/libeufin/libeufin-nexus.conf
index 121b2cd7..e1d79f02 100644
--- a/debian/etc/libeufin/libeufin-nexus.conf
+++ b/debian/etc/libeufin/libeufin-nexus.conf
@@ -1,5 +1,8 @@
 # This is the main configuration entrypoint for the libeufin-nexus.
 
+[nexus-postgres]
+CONFIG = postgres:///libeufin
+
 [nexus-ebics]
 
 # Currency used by the bank where Nexus is client.
diff --git a/debian/etc/libeufin/settings.json 
b/debian/etc/libeufin/settings.json
index 73ca45d2..ffdd3c6f 100644
--- a/debian/etc/libeufin/settings.json
+++ b/debian/etc/libeufin/settings.json
@@ -27,7 +27,7 @@
   //  - value: link target, where the user is going to be redirected
   // default: empty list
   "topNavSites": {
-    "Exchange": "http://Exchnage.taler.test:1180/";,
+    "Exchange": "http://exchange.taler.test:1180/";,
     "Bank": "http://bank-ui.taler.test:1180/";,
     "Merchant": "http://merchant.taler.test:1180/";
   }

-- 
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]