summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-11-02 09:02:51 +0100
committerMS <ms@taler.net>2023-11-02 09:04:53 +0100
commit864d62529a0146a41492a2a48881391622affd7e (patch)
tree6503ef284eb71892a20cadb9ea3cefe1335fa096 /manpages
parenta8b23ded467f0bf079a89e4cddadbc2394c32bb1 (diff)
downloaddocs-864d62529a0146a41492a2a48881391622affd7e.tar.gz
docs-864d62529a0146a41492a2a48881391622affd7e.tar.bz2
docs-864d62529a0146a41492a2a48881391622affd7e.zip
ebics-setup config section.
Plus deleting documents not directly targeted at users.
Diffstat (limited to 'manpages')
-rw-r--r--manpages/libeufin-nexus.conf.5.rst40
1 files changed, 33 insertions, 7 deletions
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
========