summaryrefslogtreecommitdiff
path: root/taler-auditor-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-22 11:05:09 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-22 11:05:09 -0500
commit2d44c7138315e815ed6f1a944aa29202839dfd8d (patch)
treeb42668849a7730ef86a38f95b99fac709a9f7486 /taler-auditor-manual.rst
parent5c6f937a6d199eb5a78b19dc91f504b62cb31caf (diff)
downloaddocs-2d44c7138315e815ed6f1a944aa29202839dfd8d.tar.gz
docs-2d44c7138315e815ed6f1a944aa29202839dfd8d.tar.bz2
docs-2d44c7138315e815ed6f1a944aa29202839dfd8d.zip
indent code block
Diffstat (limited to 'taler-auditor-manual.rst')
-rw-r--r--taler-auditor-manual.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index 4ff022b9..52d00f67 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -276,15 +276,15 @@ choosing the backend, it is mandatory to supply the connection string
- via configuration option ``CONFIG``, under section ``[auditordb-BACKEND]``.
For example, the demo exchange is configured as follows:
-.. code-block:: ini
+ .. code-block:: ini
- [auditor]
- ...
- DB = postgres
- ...
+ [auditor]
+ ...
+ DB = postgres
+ ...
- [auditordb-postgres]
- CONFIG = postgres:///auditordemo
+ [auditordb-postgres]
+ CONFIG = postgres:///auditordemo
If an exchange runs its own auditor, it may use the same database for
the auditor and the exchange itself.