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: Setting bank cust


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Setting bank customers debit limit as -20 KUDOS.
Date: Fri, 21 Sep 2018 11:32:42 +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 91e69fe  Setting bank customers debit limit as -20 KUDOS.
91e69fe is described below

commit 91e69fe77baa2abba309f70512898b72e3609670
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Sep 21 11:30:47 2018 +0200

    Setting bank customers debit limit as -20 KUDOS.
---
 config/generate-config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/generate-config b/config/generate-config
index aac440f..69a873f 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -53,7 +53,7 @@ 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.0" % currency)
+    cfg_put("bank", "max_debt", "%s:20.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")))

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



reply via email to

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