summaryrefslogtreecommitdiff
path: root/taler-auditor-manual.rst
diff options
context:
space:
mode:
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