From f1ea2a18ea1e0dbe70b4259f4b02343aa2233858 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 26 Dec 2020 15:59:52 +0100 Subject: document config options for exchange-DB access --- taler-auditor-manual.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'taler-auditor-manual.rst') 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 -- cgit v1.2.3