From c267b41f6bcf157aaadbbd1fbc3b052fc121b86d Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 11 Dec 2020 14:49:30 -0500 Subject: dedent (five instances) --- taler-merchant-manual.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'taler-merchant-manual.rst') diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index 0ac42e8a..e2848604 100644 --- 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 -- cgit v1.2.3