2021-01-05 18:10:40 +01:00
|
|
|
[PATHS]
|
|
|
|
# Persistent data storage for the testcase
|
|
|
|
TALER_TEST_HOME = test_helper_rsa_home/
|
2021-01-22 01:56:23 +01:00
|
|
|
TALER_RUNTIME_DIR = ${TMPDIR:-/tmp}/${USER}/test_helper_rsa/
|
2021-01-05 18:10:40 +01:00
|
|
|
|
|
|
|
|
2020-11-22 18:31:33 +01:00
|
|
|
[coin_1]
|
2020-11-23 21:10:55 +01:00
|
|
|
DURATION_WITHDRAW = 1 minute
|
|
|
|
RSA_KEYSIZE = 2048
|
2020-11-22 18:31:33 +01:00
|
|
|
|
2021-01-17 20:07:55 +01:00
|
|
|
[taler-exchange-secmod-rsa]
|
2020-11-23 21:10:55 +01:00
|
|
|
LOOKAHEAD_SIGN = 5 minutes
|
|
|
|
OVERLAP_DURATION = 1 s
|
2021-01-06 10:11:53 +01:00
|
|
|
KEY_DIR = ${TALER_RUNTIME_DIR}/keydir/
|
|
|
|
UNIXPATH = ${TALER_RUNTIME_DIR}helper.unix
|