summaryrefslogtreecommitdiff
path: root/contrib/mint-template/config
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-17 14:45:31 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-17 14:45:31 +0100
commite0ae4e12905e247c8325ba50cd2e9d4f8231a54d (patch)
tree0f804eb84e56b392728b6f84df71f813c7200dbe /contrib/mint-template/config
parentb314f07431e28e4d44fac66f667ad3589f0a5dad (diff)
downloadexchange-e0ae4e12905e247c8325ba50cd2e9d4f8231a54d.tar.gz
exchange-e0ae4e12905e247c8325ba50cd2e9d4f8231a54d.tar.bz2
exchange-e0ae4e12905e247c8325ba50cd2e9d4f8231a54d.zip
conclude taler-mint-keyup initial review
Diffstat (limited to 'contrib/mint-template/config')
-rw-r--r--contrib/mint-template/config/mint-keyup.conf15
1 files changed, 8 insertions, 7 deletions
diff --git a/contrib/mint-template/config/mint-keyup.conf b/contrib/mint-template/config/mint-keyup.conf
index b96ae4b95..9091c6c97 100644
--- a/contrib/mint-template/config/mint-keyup.conf
+++ b/contrib/mint-template/config/mint-keyup.conf
@@ -11,11 +11,12 @@ lookahead_sign = 32 weeks 1 day
# ahead of time?
lookahead_provide = 4 weeks 1 day
-# what coin types do we have available?
-coin_types = default_eur_ct_10 default_eur_5 default_eur_10 default_eur_1000
-
-[default_eur_ct_10]
+# Coin definitions are detected because the section
+# name begins with "coin_". The rest of the
+# name is free, but of course following the convention
+# of "coin_$CURRENCY[_$SUBUNIT]_$VALUE" make sense.
+[coin_eur_ct_10]
value = EUR:0.10
duration_overlap = 5 minutes
duration_withdraw = 7 days
@@ -26,7 +27,7 @@ fee_refresh = EUR:0.01
rsa_keysize = 1024
kappa = 3
-[default_eur_5]
+[coin_eur_5]
value = EUR:5
duration_overlap = 5 minutes
duration_withdraw = 7 days
@@ -37,7 +38,7 @@ fee_refresh = EUR:0.01
rsa_keysize = 1024
kappa = 3
-[default_eur_10]
+[coin_eur_10]
value = EUR:10
duration_overlap = 5 minutes
duration_withdraw = 7 days
@@ -48,7 +49,7 @@ fee_refresh = EUR:0.01
rsa_keysize = 1024
kappa = 3
-[default_eur_1000]
+[coin_eur_1000]
value = EUR:1000
duration_overlap = 5 minutes
duration_withdraw = 7 days