From 864d62529a0146a41492a2a48881391622affd7e Mon Sep 17 00:00:00 2001 From: MS Date: Thu, 2 Nov 2023 09:02:51 +0100 Subject: ebics-setup config section. Plus deleting documents not directly targeted at users. --- manpages/libeufin-nexus.conf.5.rst | 40 +++++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 7 deletions(-) (limited to 'manpages') diff --git a/manpages/libeufin-nexus.conf.5.rst b/manpages/libeufin-nexus.conf.5.rst index d6609943..b38c3436 100644 --- a/manpages/libeufin-nexus.conf.5.rst +++ b/manpages/libeufin-nexus.conf.5.rst @@ -31,10 +31,29 @@ comments from the configuration file! GLOBAL OPTIONS -------------- +Setting the database belongs to the “[nexus-postgres]” section and the +following value. + +CONFIG + PostgreSQL connection string. Note: this option is NOT used by the + ebics-setup subcommand, as it stores the key files directly on the + filesystem. + +The “[paths]” section is special in that it contains paths that can be +referenced using “$” in other configuration values that specify +filenames. For Taler, it commonly contains the following paths: + +LIBEUFIN_HOME + Home directory of the user, usually “${HOME}”. Can be overwritten by + testcases by setting ${LIBEUFIN_TEST_HOME}. + + +EBICS SETUP OPTIONS +------------------- + The following options are from the “[nexus-ebics]” section and used by the ``libeufin-nexus ebics-setup`` command. - CURRENCY Name of the currency, e.g. “EUR” for Euro. @@ -74,14 +93,21 @@ NAME Legal entity that is associated with the EBICS subscriber. -The “[PATHS]” section is special in that it contains paths that can be -referenced using “$” in other configuration values that specify -filenames. For Taler, it commonly contains the following paths: +EBICS SUBMIT OPTIONS +-------------------- -LIBEUFIN_HOME - Home directory of the user, usually “${HOME}”. Can be overwritten by - testcases by setting ${LIBEUFIN_TEST_HOME}. +The following configuration value(s) belong to the “[nexus-submit]” section. +FREQUENCY + Duration value to instruct the ``ebics-submit`` subcommand how much to wait + before checking the database again to find new unsubmitted payments. The duration + must be expressed with a number followed (without space) by the time unit. + The following time units are supported: 's' (seconds), 'm' (minutes), 'h' (hours). + For example, the value *5m* causes retries to be run every five minutes. Whenever + the given number is zero, the retries are long-polled. Note: the current version + does NOT support long-polling but would instead run in transient mode, whenever + the duration number is zero. Finally, even with a duration number of zero, the + duration unit must be specified. SEE ALSO ======== -- cgit v1.2.3