blob: d51cf9175f8b44ac89a90983a2c8a4bc18fd845b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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/
[exchangedb]
# Number of purses per account by default.
DEFAULT_PURSE_LIMIT = 1
|