taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 6bd884d71789f09df8b89c14fba003b055beb893
parent 963ab2ed318b6c17e59da18177ae6339c90cd197
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 17 May 2017 15:38:51 +0200

debt indication

Diffstat:
Mconfig/generate-config | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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: