diff options
Diffstat (limited to 'src/util/test_helper_eddsa.conf')
-rw-r--r-- | src/util/test_helper_eddsa.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/util/test_helper_eddsa.conf b/src/util/test_helper_eddsa.conf new file mode 100644 index 000000000..bdb72a853 --- /dev/null +++ b/src/util/test_helper_eddsa.conf @@ -0,0 +1,8 @@ +[taler-helper-crypto-eddsa] +LOOKAHEAD_SIGN = 5 minutes +OVERLAP_DURATION = 1 s +DURATION = 1 minute +KEY_DIR = ${TALER_RUNTIME_DIR}/test_helper_eddsa/ +UNIXPATH = ${TALER_RUNTIME_DIR}test_helper_eddsa.unix + +SM_PRIV_KEY = ${TALER_DATA_HOME}/taler-helper-crypto-eddsa/.private-key |