commit 1e7e57c1537c7b1e5fd2801d189762ff3061bc86
parent 24921aba189aa2e37c5554bab82f4ba2806f09a8
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 2 Sep 2025 10:10:16 +0200
new configuration options
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/manpages/taler-merchant.conf.5.rst b/manpages/taler-merchant.conf.5.rst
@@ -82,8 +82,6 @@ TALER_RUNTIME_DIR
-
-
CURRENCY SPECIFICATIONS
-----------------------
@@ -189,6 +187,12 @@ ENABLE_SELF_PROVISIONING
MANDATORY_TAN_CHANNELS
Space-separted list of TAN channels required for password reset. Can be "sms" or "email" or both.
+HELPER_SMS
+ Helper binary to use to send SMS. Will get the SMS phone number as the only command-line argument, and the message to send as the body. Optional, if missing "sms" will not work as a TAN channel.
+
+HELPER_EMAIL
+ Helper binary to use to send e-mail. Will get the e-mail address as the only command-line argument, and the message to send as the body. Optional, if missing "email" will not work as a TAN channel.
+
STRICT_PROTOCOL_V19
Set to YES to strictly enforce protocol version 19 or later. Transient option for development.