taler-docs

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

commit c267b41f6bcf157aaadbbd1fbc3b052fc121b86d
parent 568ac4f7c2a0e248aeda2de17ed312819bcc0b93
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 11 Dec 2020 14:49:30 -0500

dedent (five instances)

Diffstat:
Mtaler-merchant-manual.rst | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst @@ -547,12 +547,12 @@ merchant backend: If given, - - ``TCP``, then we need to set the TCP port in ``[MERCHANT]/PORT`` +- ``TCP``, then we need to set the TCP port in ``[MERCHANT]/PORT`` - - ``UNIX``, then we need to set the unix domain socket path and mode - in ``[MERCHANT]/UNIXPATH`` and ``[MERCHANT]/UNIXPATH_MODE``. The - latter takes the usual permission mask given as a number, e.g. 660 - for user/group read-write access. +- ``UNIX``, then we need to set the unix domain socket path and mode + in ``[MERCHANT]/UNIXPATH`` and ``[MERCHANT]/UNIXPATH_MODE``. The + latter takes the usual permission mask given as a number, e.g. 660 + for user/group read-write access. The frontend can then connect to the backend over HTTP using the specified address. If frontend and backend run within the same operating system, the