summaryrefslogtreecommitdiff
path: root/manpages/taler.conf.5.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-13 21:25:29 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-13 21:25:29 +0100
commitb57b154b5d7a7138b58699c0fa14f5a2fd5c26a6 (patch)
tree81e4a0ca7ab56530543505a042d501a08a7182d6 /manpages/taler.conf.5.rst
parent6107ba94e84b251a52b5be35bd073daba53be2c5 (diff)
downloaddocs-b57b154b5d7a7138b58699c0fa14f5a2fd5c26a6.tar.gz
docs-b57b154b5d7a7138b58699c0fa14f5a2fd5c26a6.tar.bz2
docs-b57b154b5d7a7138b58699c0fa14f5a2fd5c26a6.zip
document global auth setting
Diffstat (limited to 'manpages/taler.conf.5.rst')
-rw-r--r--manpages/taler.conf.5.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index 32c8d869..42208b76 100644
--- 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