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

8 lines
197 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.
DB_CONN_STR = "postgres:///talercheck"