summaryrefslogtreecommitdiff
path: root/manpages/libeufin-nexus.conf.5.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/libeufin-nexus.conf.5.rst')
-rw-r--r--manpages/libeufin-nexus.conf.5.rst33
1 files changed, 11 insertions, 22 deletions
diff --git a/manpages/libeufin-nexus.conf.5.rst b/manpages/libeufin-nexus.conf.5.rst
index 5bb9df2a..e70ff7b3 100644
--- a/manpages/libeufin-nexus.conf.5.rst
+++ b/manpages/libeufin-nexus.conf.5.rst
@@ -111,7 +111,7 @@ the ``libeufin-nexus ebics-setup`` command.
CURRENCY
Name of the currency, e.g. “EUR” for Euro.
-HOST_BASE_URL = http://bank.example.com/
+HOST_BASE_URL
URL of the EBICS server
BANK_DIALECT
@@ -130,7 +130,6 @@ PARTNER_ID
EBICS specific: partner ID of the EBICS subscriber. This value must be assigned
by the bank after having activated a new EBICS subscriber.
-
BANK_PUBLIC_KEYS_FILE
Filesystem location where Nexus should store the bank public keys.
@@ -156,16 +155,6 @@ FREQUENCY
Duration value to instruct the ``ebics-submit`` subcommand how much to wait
before checking the database again to find new unsubmitted payments.
-SUBMISSIONS_LOG_DIRECTORY
- Optional value to define the path where the pain.001 documents gets stored *before*
- being submitted to the bank. This directory would contain several directories,
- each named after the YYYY-MM-DD format. The pain.001 file would then be named in
- the following schema: ``$submissionTimestampMicroseconds_requestUid_$requestUid_pain.001.xml``.
- ``$requestUid`` is the same value that constitutes the pain.001 ``MsgIg`` element.
- In the event that one log file would be overridden, ``ebics-submit`` fails without
- overriding it.
-
-
EBICS FETCH OPTIONS
-------------------
@@ -175,16 +164,16 @@ FREQUENCY
Duration value to instruct the ``ebics-fetch`` subcommand how often it should
download from the bank.
-STATEMENT_LOG_DIRECTORY
- Optional value to define the path where the downloaded documents would be stored
- *before* being ingested in the database. This directory would contain several
- directories, each named after the YYYY-MM-DD format. The stored files would then
- be named after the following schema:
- ``$downloadTimestampMicroseconds_$filenameAsGivenByTheBank``. In case one log file
- would be overridden, ``ebics-fetch`` fails without overriding it.
- Exception to this naming scheme are the HAC responses, since they do not get any
- filename assigned by the ZIP archive (they are sent unzipped). Their naming scheme
- is: ``$downloadTimestampMicroseconds_HAC_response.pain.002.xml``
+DATABASE OPTIONS
+----------------
+
+Setting the database belongs to the “[libeufin-nexusdb-postgres]” section and the following value.
+
+CONFIG
+ PostgreSQL connection string.
+
+SQL_DIR
+ Where are the SQL files to setup our tables?
SEE ALSO
========