diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-23 11:47:16 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-23 11:47:16 +0100 |
commit | e0cf954ad9ab0c1613ab2c0f06ada581dbdb8276 (patch) | |
tree | b6bed56bafdf3b7d6a3130ef614bc35562c9d3a8 /contrib/exchange-template | |
parent | c58c5bce2be3125515e7dbcc69abd3699a568707 (diff) |
make exchange test suite work with current bank
Diffstat (limited to 'contrib/exchange-template')
-rw-r--r-- | contrib/exchange-template/config/exchange-common.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/exchange-template/config/exchange-common.conf b/contrib/exchange-template/config/exchange-common.conf index 425bb92b2..922726ec2 100644 --- a/contrib/exchange-template/config/exchange-common.conf +++ b/contrib/exchange-template/config/exchange-common.conf @@ -52,8 +52,8 @@ PLUGIN = taler_bank # We also may need authentication data. TALER_BANK_AUTH_METHOD = "none" # or basic -# TALER_BANK_USERNAME = user -# TALER_BANK_PASSWORD = pass +# TALER_TALER_TESTING_BANK_USERNAME = user +# TALER_TALER_TESTING_BANK_PASSWORD = pass # Accounts need to be enabled for the aggregator to debit them. ENABLE_DEBIT = YES |