taler-docs

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

commit 5de82620d0fa2629bda355cbddcfa9b01ea5b1f8
parent cb3245a12bd1550cfbae4409a422c269a874a89d
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 13 Jun 2025 18:13:18 +0200

update man pages for fix #10023

Diffstat:
Mmanpages/challenger.conf.5.rst | 2+-
Mmanpages/sync.conf.5.rst | 2+-
Mmanpages/taler-exchange.conf.5.rst | 2+-
Mmanpages/taler-merchant.conf.5.rst | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/manpages/challenger.conf.5.rst b/manpages/challenger.conf.5.rst @@ -35,7 +35,7 @@ The following options are from the “[challenger]” section. This is normally the only section in a challenger.conf file. SERVE - This can either be ``tcp`` or ``unix``. + Should the HTTP server listen on a UNIX domain socket (set option to "unix"), or on a TCP socket (set option to "tcp"), or be activated via systemd (set option to "systemd"). PORT Port on which the HTTP server listens, e.g. 9967. diff --git a/manpages/sync.conf.5.rst b/manpages/sync.conf.5.rst @@ -35,7 +35,7 @@ The following options are from the “[sync]” section. This is normally the only section in a sync.conf file. SERVE - This can either be ``tcp`` or ``unix``. + Should the HTTP server listen on a UNIX domain socket (set option to "unix"), or on a TCP socket (set option to "tcp"), or be activated via systemd (set option to "systemd"). PORT Port on which the HTTP server listens, e.g. 9967. diff --git a/manpages/taler-exchange.conf.5.rst b/manpages/taler-exchange.conf.5.rst @@ -98,7 +98,7 @@ DB Plugin to use for the database, e.g. “postgres”. SERVE - Should the HTTP server listen on a UNIX domain socket (set option to "unix") or on a TCP socket (set option to "tcp")? + Should the HTTP server listen on a UNIX domain socket (set option to "unix"), or on a TCP socket (set option to "tcp"), or be activated via systemd (set option to "systemd"). UNIXPATH Path to listen on if we "SERVE" is set to "unix". diff --git a/manpages/taler-merchant.conf.5.rst b/manpages/taler-merchant.conf.5.rst @@ -149,7 +149,7 @@ DB Plugin to use for the database, e.g._“postgres”. SERVE - Should the HTTP server listen on a UNIX domain socket (set option to "unix") or on a TCP socket (set option to "tcp")? + Should the HTTP server listen on a UNIX domain socket (set option to "unix"), or on a TCP socket (set option to "tcp"), or be activated via systemd (set option to "systemd"). BASE_URL Which base URL should the merchant backend assume for itself in the protocol. Optional. If not given, the base URL will be constructed from X-Forwarded-Host, X-Forwarded-Port and X-Forwarded-Prefix headers that a reverse-proxy should be setting.