summaryrefslogtreecommitdiff
path: root/src/lib/test-mint-home/config/mint-keyup.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-01-19 14:39:23 +0100
committerChristian Grothoff <christian@grothoff.org>2016-01-19 14:39:23 +0100
commite3a8b30d8681cbc10f0357e74f8a09fa63f14c36 (patch)
tree7f97a40357459e50e6032e570255ee0a7dd93c85 /src/lib/test-mint-home/config/mint-keyup.conf
parent5da68e54540be098f405ceef00fb648478bb73df (diff)
parent6c2ab7a45b22255accb6f7e66447f5dccb8d3a3b (diff)
downloadmerchant-e3a8b30d8681cbc10f0357e74f8a09fa63f14c36.tar.gz
merchant-e3a8b30d8681cbc10f0357e74f8a09fa63f14c36.tar.bz2
merchant-e3a8b30d8681cbc10f0357e74f8a09fa63f14c36.zip
Merge branch 'master' of git.taler.net:/var/git/merchant
Diffstat (limited to 'src/lib/test-mint-home/config/mint-keyup.conf')
-rw-r--r--src/lib/test-mint-home/config/mint-keyup.conf86
1 files changed, 86 insertions, 0 deletions
diff --git a/src/lib/test-mint-home/config/mint-keyup.conf b/src/lib/test-mint-home/config/mint-keyup.conf
new file mode 100644
index 00000000..8ad1f3bb
--- /dev/null
+++ b/src/lib/test-mint-home/config/mint-keyup.conf
@@ -0,0 +1,86 @@
+[mint_keys]
+
+# how long is one signkey valid?
+signkey_duration = 4 weeks
+
+# how long are the signatures with the signkey valid?
+legal_duration = 2 years
+
+# how long do we generate denomination and signing keys
+# ahead of time?
+lookahead_sign = 32 weeks 1 day
+
+# how long do we provide to clients denomination and signing keys
+# ahead of time?
+lookahead_provide = 4 weeks 1 day
+
+
+# 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_1]
+value = EUR:0.01
+duration_overlap = 5 minutes
+duration_withdraw = 7 days
+duration_spend = 2 years
+duration_legal = 3 years
+fee_withdraw = EUR:0.00
+fee_deposit = EUR:0.00
+fee_refresh = EUR:0.01
+rsa_keysize = 1024
+
+[coin_eur_ct_10]
+value = EUR:0.10
+duration_overlap = 5 minutes
+duration_withdraw = 7 days
+duration_spend = 2 years
+duration_legal = 3 years
+fee_withdraw = EUR:0.01
+fee_deposit = EUR:0.01
+fee_refresh = EUR:0.03
+rsa_keysize = 1024
+
+[coin_eur_1]
+value = EUR:1
+duration_overlap = 5 minutes
+duration_withdraw = 7 days
+duration_spend = 2 years
+duration_legal = 3 years
+fee_withdraw = EUR:0.01
+fee_deposit = EUR:0.01
+fee_refresh = EUR:0.03
+rsa_keysize = 1024
+
+[coin_eur_5]
+value = EUR:5
+duration_overlap = 5 minutes
+duration_withdraw = 7 days
+duration_spend = 2 years
+duration_legal = 3 years
+fee_withdraw = EUR:0.01
+fee_deposit = EUR:0.01
+fee_refresh = EUR:0.03
+rsa_keysize = 1024
+
+[coin_eur_10]
+value = EUR:10
+duration_overlap = 5 minutes
+duration_withdraw = 7 days
+duration_spend = 2 years
+duration_legal = 3 years
+fee_withdraw = EUR:0.01
+fee_deposit = EUR:0.01
+fee_refresh = EUR:0.03
+rsa_keysize = 1024
+
+[coin_eur_1000]
+value = EUR:1000
+duration_overlap = 5 minutes
+duration_withdraw = 7 days
+duration_spend = 2 years
+duration_legal = 3 years
+fee_withdraw = EUR:0.01
+fee_deposit = EUR:0.01
+fee_refresh = EUR:0.03
+rsa_keysize = 2048