taler-deployment

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

commit f58320823769e27a81c46ae7f5e15f7dd6be5296
parent b562ced8039bfd05badf4d6f61b1f77e8203824f
Author: MS <ms@taler.net>
Date:   Fri, 24 Jul 2020 15:44:49 +0200

survey bank password

Diffstat:
Mbin/taler-config-generate | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/taler-config-generate b/bin/taler-config-generate @@ -111,6 +111,7 @@ def config(obj): obj.cfg_put("survey", "uwsgi_serve", "unix") obj.cfg_put("survey", "uwsgi_unixpath", "$HOME/sockets/survey.uwsgi") obj.cfg_put("survey", "uwsgi_unixpath_mode", "660") + obj.cfg_put("survey", "bank_password", "x") obj.cfg_put("backoffice-all", "backend", "https://backend.{}.taler.net/".format(obj.envname))