summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-17 22:14:03 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-17 22:14:03 +0100
commitaf2b53194d4c4c8227927d08eba128009f355e58 (patch)
tree9495138898d275e22155cec1604f999de06d41df
parent7e22337069177c935c34d5aae5b295d072f64bf3 (diff)
downloaddeployment-af2b53194d4c4c8227927d08eba128009f355e58.tar.gz
deployment-af2b53194d4c4c8227927d08eba128009f355e58.tar.bz2
deployment-af2b53194d4c4c8227927d08eba128009f355e58.zip
configuration file adaptations in the context of #6123
-rwxr-xr-xbin/taler-config-generate2
-rw-r--r--envcfg/talerconf/euro.taler.conf14
2 files changed, 0 insertions, 16 deletions
diff --git a/bin/taler-config-generate b/bin/taler-config-generate
index 1e34a47..d83dc14 100755
--- a/bin/taler-config-generate
+++ b/bin/taler-config-generate
@@ -41,7 +41,6 @@ class ConfigFile:
def coin(obj,
name,
value,
- d_overlap="5 minutes",
d_withdraw="3 years",
d_spend="5 years",
d_legal="10 years",
@@ -52,7 +51,6 @@ def coin(obj,
rsa_keysize="2048"):
sec = "coin_"+obj.currency+"_"+name
obj.cfg_put(sec, "value", obj.currency+":"+value)
- obj.cfg_put(sec, "duration_overlap", d_overlap)
obj.cfg_put(sec, "duration_withdraw", d_withdraw)
obj.cfg_put(sec, "duration_spend", d_spend)
obj.cfg_put(sec, "duration_legal", d_legal)
diff --git a/envcfg/talerconf/euro.taler.conf b/envcfg/talerconf/euro.taler.conf
index 578bca8..ad3ee78 100644
--- a/envcfg/talerconf/euro.taler.conf
+++ b/envcfg/talerconf/euro.taler.conf
@@ -180,7 +180,6 @@ HONOR_Tutorial = YES
[coin_EUR_decimilli_25]
value = EUR:0.0025
-duration_overlap = 5 minutes
duration_withdraw = 3 years
duration_spend = 5 years
duration_legal = 10 years
@@ -192,7 +191,6 @@ rsa_keysize = 2048
[coin_EUR_milli_5]
value = EUR:0.005
-duration_overlap = 5 minutes
duration_withdraw = 3 years
duration_spend = 5 years
duration_legal = 10 years
@@ -204,7 +202,6 @@ rsa_keysize = 2048
[coin_EUR_cent_1]
value = EUR:0.01
-duration_overlap = 5 minutes
duration_withdraw = 3 years
duration_spend = 5 years
duration_legal = 10 years
@@ -216,7 +213,6 @@ rsa_keysize = 2048
[coin_EUR_cent_2]
value = EUR:0.02
-duration_overlap = 5 minutes
duration_withdraw = 3 years
duration_spend = 5 years
duration_legal = 10 years
@@ -228,7 +224,6 @@ rsa_keysize = 2048
[coin_EUR_cent_4]
value = EUR:0.04
-duration_overlap = 5 minutes
duration_withdraw = 3 years
duration_spend = 5 years
duration_legal = 10 years
@@ -240,7 +235,6 @@ rsa_keysize = 2048
[coin_EUR_cent_8]
value = EUR:0.08
-duration_overlap = 5 minutes
duration_withdraw = 3 years
duration_spend = 5 years
duration_legal = 10 years
@@ -252,7 +246,6 @@ rsa_keysize = 2048
[coin_EUR_cent_16]
value = EUR:0.16
-duration_overlap = 5 minutes
duration_withdraw = 3 years
duration_spend = 5 years
duration_legal = 10 years
@@ -264,7 +257,6 @@ rsa_keysize = 2048
[coin_EUR_cent_32]
value = EUR:0.32
-duration_overlap = 5 minutes
duration_withdraw = 3 years
duration_spend = 5 years
duration_legal = 10 years
@@ -276,7 +268,6 @@ rsa_keysize = 2048
[coin_EUR_cent_64]
value = EUR:0.64
-duration_overlap = 5 minutes
duration_withdraw = 3 years
duration_spend = 5 years
duration_legal = 10 years
@@ -288,7 +279,6 @@ rsa_keysize = 2048
[coin_EUR_1_cent_28]
value = EUR:1.28
-duration_overlap = 5 minutes
duration_withdraw = 3 years
duration_spend = 5 years
duration_legal = 10 years
@@ -300,7 +290,6 @@ rsa_keysize = 2048
[coin_EUR_2_cent_56]
value = EUR:2.56
-duration_overlap = 5 minutes
duration_withdraw = 3 years
duration_spend = 5 years
duration_legal = 10 years
@@ -312,7 +301,6 @@ rsa_keysize = 2048
[coin_EUR_5_cent_12]
value = EUR:5.12
-duration_overlap = 5 minutes
duration_withdraw = 3 years
duration_spend = 5 years
duration_legal = 10 years
@@ -324,7 +312,6 @@ rsa_keysize = 2048
[coin_EUR_10_cent_24]
value = EUR:10.24
-duration_overlap = 5 minutes
duration_withdraw = 3 years
duration_spend = 5 years
duration_legal = 10 years
@@ -336,7 +323,6 @@ rsa_keysize = 2048
[coin_EUR_20_cent_48]
value = EUR:20.48
-duration_overlap = 5 minutes
duration_withdraw = 3 years
duration_spend = 5 years
duration_legal = 10 years