diff options
author | MS <ms@taler.net> | 2020-05-29 17:59:50 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2020-05-29 17:59:50 +0200 |
commit | b8226abe63cacc57ec02586934179682845eedf3 (patch) | |
tree | 9c4b35a96341381e9e17f1abbc7f343c32c52037 /src | |
parent | 58a956d889d57b20cd0113bd407e4e68973ef6b3 (diff) |
comment
Diffstat (limited to 'src')
-rw-r--r-- | src/testing/test_bank_api_nexus.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testing/test_bank_api_nexus.conf b/src/testing/test_bank_api_nexus.conf index 4635b2105..a4aee53fc 100644 --- a/src/testing/test_bank_api_nexus.conf +++ b/src/testing/test_bank_api_nexus.conf @@ -8,7 +8,9 @@ PAYTO_URI = payto://iban/IBAN/UNUSED METHOD = x-taler-bank WIRE_GATEWAY_URL = http://localhost:5001/taler WIRE_GATEWAY_AUTH_METHOD = basic -USERNAME = Exchange +# the exchange authenticates as the 'admin' user, +# since that makes the test preparation just easier. +USERNAME = admin PASSWORD = x [bank] |