taler-docs

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

commit 5c6f937a6d199eb5a78b19dc91f504b62cb31caf
parent b8210fad7bee4f452ec837237d5cd6ca29e5b621
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Tue, 22 Dec 2020 10:53:15 -0500

mark up ‘[auditor]’ (two instances)

Diffstat:
Mtaler-auditor-manual.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst @@ -223,7 +223,7 @@ offline key, it is only used for a few cryptographic signatures and thus the respective code can be run on modest hardware, like a Raspberry Pi. -The following values are to be configured in the section [auditor]: +The following values are to be configured in the section ``[auditor]``: - ``AUDITOR_PRIV_FILE``: Path to the auditor’s private key file. @@ -238,7 +238,7 @@ Serving The auditor can serve HTTP over both TCP and UNIX domain socket. -The following values are to be configured in the section [auditor]: +The following values are to be configured in the section ``[auditor]``: - ``serve``: must be set to ``tcp`` to serve HTTP over TCP, or ``unix`` to serve HTTP over a UNIX domain socket