commit 70de4fedd2fbd127f58c9e8e05ffb4a641345248
parent 951341c6e940e04bebd8c5d7d853043bf8b5e28d
Author: MS <ms@taler.net>
Date: Wed, 29 Nov 2023 14:40:09 +0100
some nexus defaults
Diffstat:
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/contrib/nexus.conf b/contrib/nexus.conf
@@ -13,7 +13,6 @@ HOST_ID = mybank
# EBICS user ID, as assigned by the bank.
USER_ID = myuser
-
# EBICS partner ID, as assigned by the bank.
PARTNER_ID = myorg
@@ -25,29 +24,28 @@ BIC = POFICHBE
NAME = LibEuFin
# File that holds the bank EBICS keys.
-BANK_PUBLIC_KEYS_FILE = enc-auth-keys.json
+BANK_PUBLIC_KEYS_FILE = bank-ebics-keys.json
# File that holds the client/Nexus EBICS keys.
-CLIENT_PRIVATE_KEYS_FILE = my-private-keys.json
-
-ACCOUNT_META_DATA_FILE = ebics-meta.json
+CLIENT_PRIVATE_KEYS_FILE = client-ebics-keys.json
# Identifies the EBICS + ISO20022 style used by the bank.
# Typically, it is named after the bank itself.
BANK_DIALECT = postfinance
[nexus-postgres]
-CONFIG = postgres:///libeufin-nexus
+CONFIG = postgres:///libeufinbank
[libeufin-nexusdb-postgres]
SQL_DIR = $DATADIR/sql/
[nexus-fetch]
FREQUENCY = 30s
-STATEMENT_LOG_DIRECTORY = /tmp/ebics-messages/
+STATEMENT_LOG_DIRECTORY = /tmp/nexus-downloads/
[nexus-submit]
FREQUENCY = 30s
+SUBMISSIONS_LOG_DIRECTORY = /tmp/nexus-uploads/
[nexus-httpd]
PORT = 8080