taler-deployment

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

commit 0c632cb45a9af41cc5633d662c32068e31c26816
parent 2a096ee41714de342e366732399dd47abee6012c
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 12 Jun 2018 19:53:08 +0200

Give real user/pass to the exchange.

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

diff --git a/config/generate-config b/config/generate-config @@ -163,8 +163,8 @@ def config(currency, envname, exchange_pub, standalone): cfg_put("account-1", "wire_response", "${TALER_DEPLOYMENT_SHARED}/exchange/wire/test.json") cfg_put("account-1", "plugin", "taler_bank") cfg_put("account-1", "taler_bank_auth_method", "basic") - cfg_put("account-1", "username", "user") - cfg_put("account-1", "password", "pass") + cfg_put("account-1", "username", "Exchange") + cfg_put("account-1", "password", "x") cfg_put("account-1", "enable_debit", "yes") cfg_put("account-1", "enable_credit", "yes")