taler-deployment

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

commit f29a40fd3ffddf24ef2692e1501f7720e3db25e5
parent 29d525a74c9cb8af93621e956a6ce00d1bf9d6fe
Author: Florian Dold <florian@dold.me>
Date:   Fri, 13 Aug 2021 12:41:59 +0200

use new exchange-accountcredentials- section

Diffstat:
Mbin/taler-deployment-config-generate | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/taler-deployment-config-generate b/bin/taler-deployment-config-generate @@ -190,12 +190,12 @@ def config(obj): obj.cfg_put( "exchange-account-1", "payto_uri", "{}Exchange".format(urls["talerbank_payto"]) ) - obj.cfg_put("exchange-account-1", "wire_gateway_auth_method", "basic") - obj.cfg_put("exchange-account-1", "wire_gateway_url", bank_acct_url) - obj.cfg_put("exchange-account-1", "username", "Exchange") - obj.cfg_put("exchange-account-1", "password", "x") obj.cfg_put("exchange-account-1", "enable_debit", "yes") obj.cfg_put("exchange-account-1", "enable_credit", "yes") + obj.cfg_put("exchange-accountcredentials-1", "wire_gateway_auth_method", "basic") + obj.cfg_put("exchange-accountcredentials-1", "wire_gateway_url", bank_acct_url) + obj.cfg_put("exchange-accountcredentials-1", "username", "Exchange") + obj.cfg_put("exchange-accountcredentials-1", "password", "x") obj.cfg_put( "merchant-account-merchant",