From 8dcdf846f429119109cd3c78e3da4e0e4806addb Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 21 Jan 2021 23:49:09 -0500 Subject: tidy section ‘Serving’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - mark up ‘[exchange]’ - upcase and mark up each option - mark up ‘tcp’, ‘unix’ - downcase ‘is’ (where did that come from?!?) - downcase ‘mask’ --- taler-exchange-manual.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'taler-exchange-manual.rst') 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: -- cgit v1.2.3