diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-04-27 15:58:32 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-04-27 15:58:32 +0200 |
commit | e3d91bf74804871c5d7438a0b04265b69feba34a (patch) | |
tree | e8f03f09afcca6b645202059a7aade532c09dd59 /src/backend/merchant.conf | |
parent | 255f162ddb88e932d087574a52d959a7a1d5ba80 (diff) |
db implementation of claiming
Diffstat (limited to 'src/backend/merchant.conf')
-rw-r--r-- | src/backend/merchant.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/backend/merchant.conf b/src/backend/merchant.conf index 4aac2dab..6a0cc53e 100644 --- a/src/backend/merchant.conf +++ b/src/backend/merchant.conf @@ -17,6 +17,10 @@ PORT = 9966 # if left empty. Only used if "SERVE" is 'tcp'. # BIND_TO = +# How long do we keep contract / payment information around after the +# purchase (for tax records and other legal reasons). +LEGAL_PRESERVATION = 11 years + # Which unix domain path should we bind to? Only used if "SERVE" is 'unix'. UNIXPATH = ${TALER_RUNTIME_DIR}/merchant.http |