commit 470ef0041b14989f4d513e5f8ae8fbfddcd302fe
parent 165c0bee958d263522c07b658693d0d55fe7f3ac
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 15 Dec 2023 16:40:14 +0800
use sane default for DB name
Diffstat:
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git 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
@@ -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
@@ -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/"
}