summaryrefslogtreecommitdiff
path: root/debian/etc-taler-exchange/taler/conf.d/exchange-business.conf
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-02 14:32:31 +0200
committerFlorian Dold <florian@dold.me>2021-08-02 14:32:31 +0200
commit9bf2dfbce24a2afcc67e670a6a4fef16cfdb5f0d (patch)
tree8bc7d0683e84eadf22e925757c288a8c966fcf52 /debian/etc-taler-exchange/taler/conf.d/exchange-business.conf
parent2028805fc6ae6d2ad12ea63fcbf13836ae585c32 (diff)
downloadexchange-9bf2dfbce24a2afcc67e670a6a4fef16cfdb5f0d.tar.gz
exchange-9bf2dfbce24a2afcc67e670a6a4fef16cfdb5f0d.tar.bz2
exchange-9bf2dfbce24a2afcc67e670a6a4fef16cfdb5f0d.zip
put coin configuration in separate config file
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 =
# specification on Etags.
# TERMS_ETAG =
# PRIVACY_ETAG =
-
-
-# You must specify the various denominations to be offered by your exchange
-# in sections called "coin_".
-# What follows is an example.
-
-# [coin_FOO]
-## Actual value of the coin
-#VALUE = KUDOS:1
-
-## How long will one key be used for withdrawals?
-#DURATION_WITHDRAW = 7 days
-
-## How long do users have to spend their coins?
-#DURATION_SPEND = 2 years
-
-## How long does the exchange keep the proofs around for legal disputes?
-#DURATION_LEGAL = 6 years
-
-## Fees charged. Note that for the lowest denomination, the
-## fee must precisely be the lowest denomination, or zero.
-#FEE_WITHDRAW = KUDOS:0
-#FEE_DEPOSIT = KUDOS:0
-#FEE_REFRESH = KUDOS:0
-#FEE_REFUND = KUDOS:0
-
-## How long should the RSA keys be. Do not change unless you really know
-## what you are doing (consult your local cryptographer first!).
-#RSA_KEYSIZE = 2048