blob: 5c1e7fbc1e8ffabe8646d2e34384ad75dc33bd7b (
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.
DB_CONN_STR = "postgres:///talercheck"
|