blob: 837ae41e2b68a2c51f31cef2bd87d037b661ab9e (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This file is in the public domain.
#
# Database-backend independent specification for the exchangedb module.
#
[bench-db-postgres]
CONFIG = postgres:///talercheck
# Where are the SQL files to setup our tables?
# Important: this MUST end with a "/"!
SQL_DIR = $DATADIR/sql/exchange/
|