commit b57b154b5d7a7138b58699c0fa14f5a2fd5c26a6
parent 6107ba94e84b251a52b5be35bd073daba53be2c5
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 13 Jan 2024 21:25:29 +0100
document global auth setting
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
@@ -800,6 +800,8 @@ FULFILLMENT_MSG
Message shown to users by their wallets upon successful payment. If "${PRODUCT_DESCRIPTION}" appears in the message, it will be replaced with the description of the product that was sold.
BACKEND_BASE_URL
Base URL (possibly including instance) for the Taler merchant backend used to process payments.
+BACKEND_AUTHORIZATION
+ Full HTTP "Authorization" header (usually with a Bearer token) to be send to the merchant backend for authorization of requests. Mandatory.
FRAMEBUFFER_BACKLIGHT
Name of the file used to control brightness of the display. Optional. Defaults to "/sys/class/backlight/soc:backlight/brightness" if not given.
FRAMEBUFFER_DEVICE
@@ -815,7 +817,7 @@ NUMBER
INSTANCE
Instance to use for the payment. Optional. If not given, the BACKEND_BASE_URL from "[taler-mdb]" will be used.
BACKEND_AUTHORIZATION
- Full HTTP "Authorization" header (usually with a Bearer token) to be send to the merchant backend for authorization of requests. Mandatory.
+ Full HTTP "Authorization" header (usually with a Bearer token) to be send to the merchant backend for authorization of requests. Optional, will use global BACKEND_AUTHORIZATION setting from "[taler-mdb]" if missing.
DESCRIPTION
Human-readable description of the product. Use "empty" if the product is known to be sold out (only effective if selling out is enabled via command-line).
PRICE