2021-11-28 19:52:37 +01:00
|
|
|
# This file is in the public domain.
|
|
|
|
#
|
|
|
|
# Database-backend independent specification for the exchangedb module.
|
|
|
|
#
|
|
|
|
[bench-db-postgres]
|
2021-11-28 22:20:56 +01:00
|
|
|
CONFIG = postgres:///talercheck
|
2021-11-29 00:17:09 +01:00
|
|
|
|
|
|
|
# Where are the SQL files to setup our tables?
|
|
|
|
# Important: this MUST end with a "/"!
|
|
|
|
SQL_DIR = $DATADIR/sql/exchange/
|