summaryrefslogtreecommitdiff
path: root/taler-exchange-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-21 23:59:36 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-21 23:59:36 -0500
commitf5fd956d4fc343c920815c8901a7e9040bd160df (patch)
treeea16ad2d045522cc4de349250b9a7c50b8609fc3 /taler-exchange-manual.rst
parent95a97c6addb282026e6c5bfd4de2c0c4214b229e (diff)
downloaddocs-f5fd956d4fc343c920815c8901a7e9040bd160df.tar.gz
docs-f5fd956d4fc343c920815c8901a7e9040bd160df.tar.bz2
docs-f5fd956d4fc343c920815c8901a7e9040bd160df.zip
mark up ‘TALER_EXCHANGEDB_POSTGRES_CONFIG’
Diffstat (limited to 'taler-exchange-manual.rst')
-rw-r--r--taler-exchange-manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index 530da4b0..7982dd36 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -422,7 +422,7 @@ exchange is going to use. So far, only ``db = postgres`` is supported. After
choosing the backend, it is mandatory to supply the connection string
(namely, the database name). This is possible in two ways:
-- via an environment variable: TALER_EXCHANGEDB_POSTGRES_CONFIG.
+- via an environment variable: ``TALER_EXCHANGEDB_POSTGRES_CONFIG``.
- via configuration option CONFIG, under section ``[exchangedb-BACKEND]``.
For example, the demo exchange is configured as follows: