[exchange] #The DB plugin to use DB = postgres [exchangedb-postgres] #The connection string the plugin has to use for connecting to the database DB_CONN_STR = postgres:///talercheck [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