aboutsummaryrefslogtreecommitdiff
path: root/debian/etc-taler-exchange/taler/conf.d/exchange-coins.conf
diff options
context:
space:
mode:
Diffstat (limited to 'debian/etc-taler-exchange/taler/conf.d/exchange-coins.conf')
-rw-r--r--debian/etc-taler-exchange/taler/conf.d/exchange-coins.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/etc-taler-exchange/taler/conf.d/exchange-coins.conf b/debian/etc-taler-exchange/taler/conf.d/exchange-coins.conf
new file mode 100644
index 000000000..8294525cb
--- /dev/null
+++ b/debian/etc-taler-exchange/taler/conf.d/exchange-coins.conf
@@ -0,0 +1,33 @@
1#
2# This configuration file specifies the various denominations offered by your
3# exchange.
4#
5# Each denomination must be specified in a sections starting with
6# "coin_".
7#
8# What follows is an example.
9#
10
11# [coin_FOO]
12## Actual value of the coin
13#VALUE = KUDOS:1
14
15## How long will one key be used for withdrawals?
16#DURATION_WITHDRAW = 7 days
17
18## How long do users have to spend their coins?
19#DURATION_SPEND = 2 years
20
21## How long does the exchange keep the proofs around for legal disputes?
22#DURATION_LEGAL = 6 years
23
24## Fees charged. Note that for the lowest denomination, the
25## fee must precisely be the lowest denomination, or zero.
26#FEE_WITHDRAW = KUDOS:0
27#FEE_DEPOSIT = KUDOS:0
28#FEE_REFRESH = KUDOS:0
29#FEE_REFUND = KUDOS:0
30
31## How long should the RSA keys be. Do not change unless you really know
32## what you are doing (consult your local cryptographer first!).
33#RSA_KEYSIZE = 2048