summaryrefslogtreecommitdiff
path: root/taler-auditor-manual.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-26 15:59:52 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-26 15:59:52 +0100
commitf1ea2a18ea1e0dbe70b4259f4b02343aa2233858 (patch)
tree084c49cf09d6ec9f9825170c28a295b3924ff04c /taler-auditor-manual.rst
parentd8ad5e00f4a46fee0835d87fa42b82651de31675 (diff)
downloaddocs-f1ea2a18ea1e0dbe70b4259f4b02343aa2233858.tar.gz
docs-f1ea2a18ea1e0dbe70b4259f4b02343aa2233858.tar.bz2
docs-f1ea2a18ea1e0dbe70b4259f4b02343aa2233858.zip
document config options for exchange-DB access
Diffstat (limited to 'taler-auditor-manual.rst')
-rw-r--r--taler-auditor-manual.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index be55ae9a..5a5e6120 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -294,6 +294,22 @@ tables. After running this tool, the rights to CREATE or DROP tables
are no longer required and should be removed.
+Both the ``taler-auditor-httpd`` and the ``taler-auditor`` (and its helpers)
+also need (read-only) access to a (recent, current, synchronized) copy of the
+exchange's database. The configuration options are the same that are also
+used when configuring the exchange' database:
+
+ .. code-block:: ini
+
+ [exchange]
+ ...
+ DB = postgres
+ ...
+
+ [exchangedb-postgres]
+ CONFIG = postgres:///exchangedemo
+
+
.. _AuditorDeployment:
Deployment