blob: fe408c3bbe0eadaca919bb5aff32db3a7afb658a (
plain)
1
2
3
4
5
6
|
[auditordb-postgres]
# Argument for Postgres for how to connect to the database.
CONFIG = "postgres:///taler"
# Where are the SQL files to setup our tables?
SQL_DIR = $DATADIR/sql/auditor/
|