summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-11-15 16:20:41 +0100
committerMS <ms@taler.net>2023-11-15 16:20:41 +0100
commit30bf0874e311c800f37dc7a89f71c25bc19359d1 (patch)
tree4046b9b6c58d8ebcefd2efb8c50e833dd8daf6d5 /libeufin
parent03d660fe9f1478762be8376d56a6205b0fa409a5 (diff)
downloaddocs-30bf0874e311c800f37dc7a89f71c25bc19359d1.tar.gz
docs-30bf0874e311c800f37dc7a89f71c25bc19359d1.tar.bz2
docs-30bf0874e311c800f37dc7a89f71c25bc19359d1.zip
nexus manual: config hint
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/nexus-manual.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/libeufin/nexus-manual.rst b/libeufin/nexus-manual.rst
index 4b4c60af..cecc69b8 100644
--- a/libeufin/nexus-manual.rst
+++ b/libeufin/nexus-manual.rst
@@ -210,14 +210,16 @@ Downloading records
Downloading records must follow a successful `EBICS subscriber setup <ebics-setup>`_,
where the bank obtained the subscriber keys, and the subscriber accepted the bank keys.
-The following configuration sets the (mandatory) database connection and a log directory
-where any downloaded record would be stored.
+The configuration file must contain all the ``[ebics-setup]`` sections, plus the following
+values to set the database connection and a log directory where any downloaded record would
+be stored.
.. code-block:: console
[nexus-postgres]
config = postgres:///nexus
[nexus-fetch]
+ # Optional, but usfeful against data loss.
statement_log_directory = $LIBEUFIN_DATA_HOME/camt
Assuming that ``$config_file`` contains any required option, the following command