summaryrefslogtreecommitdiff
path: root/taler-exchange-manual.rst
diff options
context:
space:
mode:
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: