[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: tidy section ‘Serving’
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: tidy section ‘Serving’ |
Date: |
Fri, 22 Jan 2021 05:51:46 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 8dcdf84 tidy section ‘Serving’
8dcdf84 is described below
commit 8dcdf846f429119109cd3c78e3da4e0e4806addb
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Jan 21 23:49:09 2021 -0500
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’
---
taler-exchange-manual.rst | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index d9709e0..d6dcc93 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:
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: tidy section ‘Serving’,
gnunet <=