blob: 726d28576b90e780fa5dc41b012614a0bc8f5430 (
plain)
1
2
3
4
5
6
7
8
9
|
[exchangedb-postgres]
CONFIG = "postgres:///taler-exchange"
# Where are the SQL files to setup our tables?
# Important: this MUST end with a "/"!
SQL_DIR = ${DATADIR}sql/exchange/
# Number of purses per account by default.
DEFAULT_PURSE_LIMIT = 1
|