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: debt indication


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: debt indication
Date: Wed, 17 May 2017 15:38:48 +0200

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 6bd884d  debt indication
6bd884d is described below

commit 6bd884d71789f09df8b89c14fba003b055beb893
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 17 15:38:51 2017 +0200

    debt indication
---
 config/generate-config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config/generate-config b/config/generate-config
index 7e02234..ee9fd81 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -52,6 +52,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)
     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]