blob: 924aef43599a4a8420c820a029b90c2fe7756979 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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/exchange/
[taler]
CURRENCY = "EUR"
|