taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 2714ded6b44c1fddb15298659891a78e0955bcdb
parent 532d8c15e493f4004bc537180fb96092dcdc2f59
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sun, 22 Mar 2026 08:18:26 +0100

update taldir manpage

Diffstat:
Mmanpages/taler-directory.conf.5.rst | 36++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+), 0 deletions(-)

diff --git a/manpages/taler-directory.conf.5.rst b/manpages/taler-directory.conf.5.rst @@ -37,6 +37,42 @@ BASE_URL The base URL of the service. If your service is proxied, the external base URL this service is availiable at. Default: ``http://localhost:11000`` +BIND_TO + What interface/port to bind to. + Default: ``localhost:11000`` + +SALT + The salt used when hading the alises internally. Should be unique per directory. + Default: ``ChangeMe`` + +DEFAULT_DOC_FILETYPE + Default filetype sent when privacy policy o TOS are served. + Default: ``text/html`` + +DEFAULT_DOC_LANG + Default language sent when privacy policy o TOS are served. + Default" ``en`` + +DEFAULT_TOS_PATH + Default path where TOS is found. + Default: ``terms/`` + +DEFAULT_PP_PATH + Default path there privacy policy is found. + Default: ``pp/`` + +SUPPORTED_DOC_FILETYPES + Supported filetypes for privacy policy and TOS. + Default: ``text/html application/pdf application/epub application/xml text/plain`` + +MERCHANT_BASE_URL + The base URL of the merchant instance to use. + Default: ``https://backend.demo.taler.net`` + +MERCHANT_TOKEN + The API token to use for the merchant instance. + Default: ``sandbox`` + CHALLENGE_BYTES Number of bytes of the challenge. Default: ``16``