exchange/src/auditordb/test-auditor-db-postgres.conf

14 lines
298 B
Plaintext
Raw Normal View History

2016-11-04 00:37:47 +01:00
[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"
2019-08-17 21:35:21 +02:00
2020-01-17 03:08:30 +01:00
# Where are the SQL files to setup our tables?
2020-01-17 03:09:05 +01:00
SQL_DIR = $DATADIR/sql/auditor/
2020-01-17 03:08:30 +01:00
2019-08-17 21:35:21 +02:00
[taler]
2019-09-05 10:59:03 +02:00
CURRENCY = "EUR"