summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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