summaryrefslogtreecommitdiff
path: root/taler-merchant-manual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-merchant-manual.rst')
-rw-r--r--taler-merchant-manual.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 7172c1c1..7ed1a7cd 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -1348,10 +1348,10 @@ Configuration format
In Taler realm, any component obeys to the same pattern to get
configuration values. According to this pattern, once the component has
been installed, the installation deploys default values in
-${prefix}/share/taler/config.d/, in .conf files. In order to override
+``${prefix}/share/taler/config.d/``, in ``.conf`` files. In order to override
these defaults, the user can write a custom .conf file and either pass
-it to the component at execution time, or name it taler.conf and place
-it under $HOME/.config/.
+it to the component at execution time, or name it ``taler.conf`` and place
+it under ``$HOME/.config/``.
A config file is a text file containing sections, and each section
contains its values. The right format follows: