From 0c632cb45a9af41cc5633d662c32068e31c26816 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 12 Jun 2018 19:53:08 +0200 Subject: Give real user/pass to the exchange. --- config/generate-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/generate-config b/config/generate-config index 2ab0b30..a6ed286 100755 --- 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") -- cgit v1.2.3