gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: add missing tiny_amount option


From: gnunet
Subject: [taler-deployment] branch master updated: add missing tiny_amount option for auditor
Date: Sun, 01 Dec 2019 21:03:51 +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 ebb6bf3  add missing tiny_amount option for auditor
ebb6bf3 is described below

commit ebb6bf330eae54f7999315f28dd81bac1a038d95
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Dec 1 21:03:49 2019 +0100

    add missing tiny_amount option for auditor
---
 config/generate-config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/generate-config b/config/generate-config
index f52ab39..de2a7d8 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -154,6 +154,7 @@ def config(obj):
     obj.cfg_put("auditor", "auditor_url", 
"https://auditor.{}.taler.net/service/".format(obj.envname))
     obj.cfg_put("auditor", "unixpath", "$HOME/sockets/auditor.http")
     obj.cfg_put("auditor", "reports", 
"${TALER_DEPLOYMENT_DATA}/auditor/reports")
+    obj.cfg_put("auditor", "tiny_amount", obj.currency + ":0.01")
 
     obj.cfg_put("exchange", "base_url", 
"https://exchange.{}.taler.net/".format(obj.envname))
     obj.cfg_put("exchange", "serve", "unix")

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



reply via email to

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