gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: enforcing fractio


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: enforcing fractional part in config debt section
Date: Tue, 21 Nov 2017 12:22:36 +0100

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 86a3fca  enforcing fractional part in config debt section
86a3fca is described below

commit 86a3fca6f6a1d329e251aec4a4c890e67a2d4b19
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Nov 21 12:22:12 2017 +0100

    enforcing fractional part in config debt section
---
 config/generate-config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/generate-config b/config/generate-config
index 1578695..4da3e75 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -50,8 +50,8 @@ def config(currency, envname, exchange_pub, standalone):
     cfg_put("bank", "uwsgi_unixpath", "$HOME/sockets/bank.uwsgi")
     cfg_put("bank", "uwsgi_unixpath_mode", "660")
     cfg_put("bank", "database", "taler"+envname)
-    cfg_put("bank", "max_debt", "%s:0" % currency)
-    cfg_put("bank", "max_debt_bank", "%s:0" % currency)
+    cfg_put("bank", "max_debt", "%s:0.0" % currency)
+    cfg_put("bank", "max_debt_bank", "%s:0.0" % currency)
     if standalone:
         cfg_put("bank", "database", 
"postgres:///taler?host={}/sockets".format(os.getenv("HOME")))
     else:

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



reply via email to

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