gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: some nexus defaults


From: gnunet
Subject: [libeufin] branch master updated: some nexus defaults
Date: Wed, 29 Nov 2023 14:40:39 +0100

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 70de4fed some nexus defaults
70de4fed is described below

commit 70de4fedd2fbd127f58c9e8e05ffb4a641345248
Author: MS <ms@taler.net>
AuthorDate: Wed Nov 29 14:40:09 2023 +0100

    some nexus defaults
---
 contrib/nexus.conf | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/contrib/nexus.conf b/contrib/nexus.conf
index d23aff98..cc1e1413 100644
--- 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

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