blob: fd8ffbfdd01ad30e05afe8b9469b77e42f4b7746 (
plain)
1
2
3
4
5
6
7
|
[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"
|