gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: configuration file adaptations


From: gnunet
Subject: [taler-deployment] branch master updated: configuration file adaptations in the context of #6123
Date: Tue, 17 Mar 2020 22:14:08 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new af2b531  configuration file adaptations in the context of #6123
af2b531 is described below

commit af2b53194d4c4c8227927d08eba128009f355e58
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 17 22:14:03 2020 +0100

    configuration file adaptations in the context of #6123
---
 bin/taler-config-generate        |  2 --
 envcfg/talerconf/euro.taler.conf | 14 --------------
 2 files changed, 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]