summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-12 00:36:44 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-12 00:36:44 -0500
commit42ec6a89bbf4c2f29d8f1559ae9975b0919d2006 (patch)
tree81a6781be764f9437a4de9531e6dc66bc932e9d7
parentf412f08f9bb6943e3e8684cd052350bd4007ba0f (diff)
downloaddocs-42ec6a89bbf4c2f29d8f1559ae9975b0919d2006.tar.gz
docs-42ec6a89bbf4c2f29d8f1559ae9975b0919d2006.tar.bz2
docs-42ec6a89bbf4c2f29d8f1559ae9975b0919d2006.zip
mark up ‘TALER_AUDITORDB_POSTGRES_CONFIG’
-rw-r--r--taler-auditor-manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index e3963944..87c6ea9f 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -332,7 +332,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_AUDITORDB_POSTGRES_CONFIG.
+- via an environment variable: ``TALER_AUDITORDB_POSTGRES_CONFIG``.
- via configuration option CONFIG, under section [auditordb-BACKEND].
For example, the demo exchange is configured as follows: