summaryrefslogtreecommitdiff
path: root/src/util/taler-helper-crypto-eddsa.conf
blob: dbf919759a46090434b9134de23daf9f8a6ef695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[taler-helper-crypto-eddsa]

# How long should generated coins overlap in their validity
# periods. Should be long enough to avoid problems with
# wallets picking one key and then due to network latency
# another key being valid.  The DURATION_WITHDRAW period
# must be longer than this value.
OVERLAP_DURATION = 5m

# Where do we store the private keys.
KEY_DIR = ${TALER_DATA_HOME}/crypto-eddsa/

# Where does the helper listen for requests?
UNIXPATH = $TALER_RUNTIME_DIR/taler-helper-crypto-eddsa.sock