taler-docs

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

commit 71078478aed838f2140768398259cacfc32f7d67
parent 3dd79cea70b0d73047d2fea4e68b262a573e698f
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 15 Dec 2023 16:27:59 +0800

default is actually /etc/taler/taler.conf in Debian packages

Diffstat:
Mfrags/configuration-format.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frags/configuration-format.rst b/frags/configuration-format.rst @@ -11,8 +11,8 @@ In order to override these defaults, the user can write a custom configuration file and either pass it to the component at execution time using the *-c* option, or name it taler.conf and place it under $HOME/.config/ which is where components will look by default. Note that the systemd service files pass ``-c -/etc/taler.conf``, thus making ``/etc/taler.conf`` the primary location for -the configuration. +/etc/taler/taler.conf``, thus making ``/etc/taler/taler.conf`` +the primary location for the configuration. A config file is a text file containing sections, and each section contains maps options to their values. Configuration files follow