taler-docs

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

commit 45b913b74522d702aaf6e29b74faf64602a55b11
parent 6938dc5d6c7ff96e425daa4f63f8f54d79aa74e5
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Tue, 24 Aug 2021 04:31:42 -0400

mark up some /etc filenames

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

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst @@ -508,9 +508,9 @@ To run the Taler backend on TCP port 8888, use: .. note:: When using the Debian/Ubuntu packages, these options are already - configured in the /etc/taler/conf.d/merchant.conf configuration file. + configured in the ``/etc/taler/conf.d/merchant.conf`` configuration file. - If you need to change them, you should edit /etc/taler/override.conf, + If you need to change them, you should edit ``/etc/taler/override.conf``, for example by passing "-c /etc/taler/override.conf" to the ``taler-config`` commands above. @@ -537,7 +537,7 @@ https://exchange.demo.taler.net/: When using the Debian/Ubuntu packages, these options should be configured in the ``/etc/taler/taler.conf`` configuration file - (alternatively, you can also edit /etc/taler/overrides.conf). + (alternatively, you can also edit ``/etc/taler/overrides.conf``). However, you must edit the ``taler.conf`` file manually and must not use ``taler-config`` to do this, as that would inline the include directives and destroy the carefully setup path structure.