commit f5fd956d4fc343c920815c8901a7e9040bd160df
parent 95a97c6addb282026e6c5bfd4de2c0c4214b229e
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Thu, 21 Jan 2021 23:59:36 -0500
mark up ‘TALER_EXCHANGEDB_POSTGRES_CONFIG’
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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: