aboutsummaryrefslogtreecommitdiff
path: root/debian/etc-taler-exchange/taler/conf.d/exchange-business.conf
diff options
context:
space:
mode:
Diffstat (limited to 'debian/etc-taler-exchange/taler/conf.d/exchange-business.conf')
-rw-r--r--debian/etc-taler-exchange/taler/conf.d/exchange-business.conf29
1 files changed, 0 insertions, 29 deletions
diff --git a/debian/etc-taler-exchange/taler/conf.d/exchange-business.conf b/debian/etc-taler-exchange/taler/conf.d/exchange-business.conf
index 92d968f4d..3fae902ea 100644
--- a/debian/etc-taler-exchange/taler/conf.d/exchange-business.conf
+++ b/debian/etc-taler-exchange/taler/conf.d/exchange-business.conf
@@ -19,32 +19,3 @@ BASE_URL =
19# specification on Etags. 19# specification on Etags.
20# TERMS_ETAG = 20# TERMS_ETAG =
21# PRIVACY_ETAG = 21# PRIVACY_ETAG =
22
23
24# You must specify the various denominations to be offered by your exchange
25# in sections called "coin_".
26# What follows is an example.
27
28# [coin_FOO]
29## Actual value of the coin
30#VALUE = KUDOS:1
31
32## How long will one key be used for withdrawals?
33#DURATION_WITHDRAW = 7 days
34
35## How long do users have to spend their coins?
36#DURATION_SPEND = 2 years
37
38## How long does the exchange keep the proofs around for legal disputes?
39#DURATION_LEGAL = 6 years
40
41## Fees charged. Note that for the lowest denomination, the
42## fee must precisely be the lowest denomination, or zero.
43#FEE_WITHDRAW = KUDOS:0
44#FEE_DEPOSIT = KUDOS:0
45#FEE_REFRESH = KUDOS:0
46#FEE_REFUND = KUDOS:0
47
48## How long should the RSA keys be. Do not change unless you really know
49## what you are doing (consult your local cryptographer first!).
50#RSA_KEYSIZE = 2048