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