gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: add round unit to config


From: gnunet
Subject: [taler-deployment] branch master updated: add round unit to config
Date: Tue, 21 Jan 2020 17:42:56 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new af11280  add round unit to config
af11280 is described below

commit af11280ae7dccd65ff0da9cf0b19ef2b9f04658e
Author: Florian Dold <address@hidden>
AuthorDate: Tue Jan 21 17:42:53 2020 +0100

    add round unit to config
---
 config/generate-config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/generate-config b/config/generate-config
index 5e5842a..422a34b 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -65,6 +65,7 @@ def coin(obj,
 def config(obj):
     obj.cfg_put("paths", "TALER_DEPLOYMENT_DATA", "${HOME}/taler-data")
     obj.cfg_put("taler", "CURRENCY", obj.currency)
+    obj.cfg_put("taler", "CURRENCY_ROUND_UNIT", f"{obj.currency}:0.01")
 
     # Twisting the merchant backend responses.
     if obj.twisted:

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



reply via email to

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