diff options
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 |