taler-deployment

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

commit 38b97a76dfacec4641e984aa37dc1e738f8e8a39
parent 9d527fb6ba39669aebc367b378a574c21db52368
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 11 Jun 2019 20:42:07 +0200

Setting mode for merchant wire response.

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

diff --git a/config/generate-config b/config/generate-config @@ -273,6 +273,7 @@ def config(obj): obj.cfg_put("account-merchant", "username", "user") obj.cfg_put("account-merchant", "password", "pass") obj.cfg_put("account-merchant", "wire_response", "${TALER_DEPLOYMENT_SHARED}/merchant/wire/merchant.json") + obj.cfg_put("account-merchant", "wire_file_mode", "770") obj.cfg_put("account-merchant", "HONOR_default", "YES") obj.cfg_put("account-merchant", "HONOR_Tor", "YES")