summaryrefslogtreecommitdiff
path: root/manpages/taler.conf.5.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-04-12 16:09:37 +0200
committerChristian Grothoff <christian@grothoff.org>2023-04-12 16:09:42 +0200
commit51fc9f0d4a9cf32e7304e8e0edb08c612482f7c9 (patch)
treed9324271976c009779dca278d62eef79b806e981 /manpages/taler.conf.5.rst
parentdd1c70d6de4b8a29c00bfe000b5740896a05cc1b (diff)
downloaddocs-51fc9f0d4a9cf32e7304e8e0edb08c612482f7c9.tar.gz
docs-51fc9f0d4a9cf32e7304e8e0edb08c612482f7c9.tar.bz2
docs-51fc9f0d4a9cf32e7304e8e0edb08c612482f7c9.zip
document #6363
Diffstat (limited to 'manpages/taler.conf.5.rst')
-rw-r--r--manpages/taler.conf.5.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index 3d83b8d4..f1a51011 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -579,6 +579,28 @@ CURRENCY
we use, which must be given in the ``[taler]`` section.
+MERCHANT WIREWATCH OPTIONS
+--------------------------
+
+The name of the configuration section used by taler-merchant-wirewatch
+can be changed via the command-line. By default, it is simply
+"[taler-merchant-wirewatch]". The options are:
+
+INSTANCE
+ Which instance of the backend should transactions be imported for by this wirewatcher.
+WIRE_GATEWAY_URL
+ Under which URL is the wire gateway (libeufin facade) reachable that makes bank transfer data availalbe to us.
+WIRE_GATEWAY_AUTH_METHOD
+ Which authentication method should be used (currently only "NONE" or "BASIC" are supported).
+USERNAME
+ Username to give to the wire gateway when using "BASIC" authentication.
+PASSWORD
+ Password to give to the wire gateway when using "BASIC" authentication.
+
+Note that the libeufin facade type to configure for a taler-merchant-wirewatch
+operation is the "Anastasis" facade.
+
+
AUDITOR OPTIONS
---------------