diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-12-12 00:36:23 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-12-12 00:36:23 -0500 |
commit | f412f08f9bb6943e3e8684cd052350bd4007ba0f (patch) | |
tree | 58b9225560f5e995552bacedbb1420dc20435e6d | |
parent | 532954590f276c5ebfcf4ee156aef468947b9d72 (diff) | |
download | docs-f412f08f9bb6943e3e8684cd052350bd4007ba0f.tar.gz docs-f412f08f9bb6943e3e8684cd052350bd4007ba0f.tar.bz2 docs-f412f08f9bb6943e3e8684cd052350bd4007ba0f.zip |
mark up ‘db’
-rw-r--r-- | taler-auditor-manual.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst index a9451416..e3963944 100644 --- a/taler-auditor-manual.rst +++ b/taler-auditor-manual.rst @@ -327,7 +327,7 @@ documentation for details. Database -------- -The option db under section [auditor] gets the DB backend’s name the +The option ``db`` under section [auditor] gets the DB backend’s name the 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: |