taler-docs

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

commit 7479bb5e5585323fc7b046003d6103b4f1fd31a0
parent 209fbdea5bde39fa66bee2238fd823f001107b64
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 21 May 2023 21:21:31 +0200

improve taler-merchant manual

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

diff --git a/frags/configuration-format.rst b/frags/configuration-format.rst @@ -39,17 +39,17 @@ of ``$``-prefixable variables: .. code-block:: ini - [paths] - TALER_DEPLOYMENT_SHARED = ${HOME}/shared-data - .. - [section-x] - path-x = ${TALER_DEPLOYMENT_SHARED}/x + [paths] + TALER_DEPLOYMENT_SHARED = ${HOME}/shared-data + .. + [section-x] + path-x = ${TALER_DEPLOYMENT_SHARED}/x (2) or by setting them in the environment: .. code-block:: console - $ export VAR=/x + $ export VAR=/x The configuration loader will give precedence to variables set under ``[path]`` over environment variables.