From 30bf0874e311c800f37dc7a89f71c25bc19359d1 Mon Sep 17 00:00:00 2001 From: MS Date: Wed, 15 Nov 2023 16:20:41 +0100 Subject: nexus manual: config hint --- libeufin/nexus-manual.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libeufin') 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 `_, 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 -- cgit v1.2.3