summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frags/configuration-format.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/frags/configuration-format.rst b/frags/configuration-format.rst
index dc24fba3..e0fe59df 100644
--- 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.