blob: 342c302e797a41c75602ca36c9212f4f4c79c78e (
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/auditor/
[taler]
CURRENCY = "EUR"
|