exchange/src/auditordb/test-auditor-db-postgres.conf
Christian Grothoff 097e968e1d
fix
2020-01-17 03:09:05 +01:00

14 lines
298 B
Plaintext

[auditor]
# Which database backend do we use for the auditor?
DB = postgres
[auditordb-postgres]
# Argument for Postgres for how to connect to the database.
CONFIG = "postgres:///talercheck"
# Where are the SQL files to setup our tables?
SQL_DIR = $DATADIR/sql/auditor/
[taler]
CURRENCY = "EUR"