exchange/src/exchangedb/test-exchange-db-postgres.conf

26 lines
738 B
Plaintext
Raw Normal View History

2016-03-01 15:35:04 +01:00
[exchange]
#The DB plugin to use
DB = postgres
2016-03-01 15:35:04 +01:00
[exchangedb-postgres]
2015-06-11 16:11:07 +02:00
#The connection string the plugin has to use for connecting to the database
CONFIG = postgres:///talercheck
2019-08-17 21:35:21 +02:00
[taler]
CURRENCY = EUR
[exchangedb]
# After how long do we close idle reserves? The exchange
# and the auditor must agree on this value. We currently
# expect it to be globally defined for the whole system,
# as there is no way for wallets to query this value. Thus,
# it is only configurable for testing, and should be treated
# as constant in production.
IDLE_RESERVE_EXPIRATION_TIME = 4 weeks
# After how long do we forget about reserves? Should be above
# the legal expiration timeframe of withdrawn coins.
LEGAL_RESERVE_EXPIRATION_TIME = 7 years