taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 30bf0874e311c800f37dc7a89f71c25bc19359d1
parent 03d660fe9f1478762be8376d56a6205b0fa409a5
Author: MS <ms@taler.net>
Date:   Wed, 15 Nov 2023 16:20:41 +0100

nexus manual: config hint

Diffstat:
Mlibeufin/nexus-manual.rst | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 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