test-sync-out.conf (1005B)
1 [exchange] 2 #The DB plugin to use 3 DB = postgres 4 CURRENCY = EUR 5 6 [exchangedb-postgres] 7 8 #The connection string the plugin has to use for connecting to the database 9 CONFIG = postgres:///talercheck-out 10 11 # Where are the SQL files to setup our tables? 12 SQL_DIR = ${DATADIR}sql/ 13 14 [merchant] 15 DB = postgres 16 17 [merchantdb-postgres] 18 CONFIG = "postgres:///talercheck-in" 19 20 # Where are the SQL files to setup our tables? 21 # Important: this MUST end with a "/"! 22 SQL_DIR = ${DATADIR}sql/ 23 24 25 [exchangedb] 26 27 # After how long do we close idle reserves? The exchange 28 # and the auditor must agree on this value. We currently 29 # expect it to be globally defined for the whole system, 30 # as there is no way for wallets to query this value. Thus, 31 # it is only configurable for testing, and should be treated 32 # as constant in production. 33 IDLE_RESERVE_EXPIRATION_TIME = 4 weeks 34 35 # After how long do we forget about reserves? Should be above 36 # the legal expiration timeframe of withdrawn coins. 37 LEGAL_RESERVE_EXPIRATION_TIME = 7 years