summaryrefslogtreecommitdiff
path: root/taler-exchange-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-21 23:49:09 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-21 23:49:09 -0500
commit8dcdf846f429119109cd3c78e3da4e0e4806addb (patch)
tree6125a5e85d32ae6f40e4ecf76ad27bbcac9ae2db /taler-exchange-manual.rst
parentc939bd1579a8ad97bb7937e130cc2ef90c6e233c (diff)
downloaddocs-8dcdf846f429119109cd3c78e3da4e0e4806addb.tar.gz
docs-8dcdf846f429119109cd3c78e3da4e0e4806addb.tar.bz2
docs-8dcdf846f429119109cd3c78e3da4e0e4806addb.zip
tidy section ‘Serving’
- mark up ‘[exchange]’ - upcase and mark up each option - mark up ‘tcp’, ‘unix’ - downcase ‘is’ (where did that come from?!?) - downcase ‘mask’
Diffstat (limited to 'taler-exchange-manual.rst')
-rw-r--r--taler-exchange-manual.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index d9709e0f..d6dcc934 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -391,18 +391,18 @@ Serving
The exchange can serve HTTP over both TCP and UNIX domain socket.
-The following values are to be configured in the section [exchange]:
+The following values are to be configured in the section ``[exchange]``:
-- serve: must be set to tcp to serve HTTP over TCP, or unix to serve
+- ``SERVE``: must be set to ``tcp`` to serve HTTP over TCP, or ``unix`` to serve
HTTP over a UNIX domain socket
-- port: Set to the TCP port to listen on if serve Is tcp.
+- ``PORT``: Set to the TCP port to listen on if serve is ``tcp``.
-- unixpath: set to the UNIX domain socket path to listen on if serve Is
- unix
+- ``UNIXPATH``: set to the UNIX domain socket path to listen on if serve is
+ ``unix``
-- unixpath_mode: number giving the mode with the access permission MASK
- for the unixpath (i.e. 660 = rw-rw—-).
+- ``UNIXPATH_MODE``: number giving the mode with the access permission mask
+ for the ``UNIXPATH`` (i.e. 660 = ``rw-rw---``).
.. _Currency: