diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-01-30 01:38:04 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-01-30 01:38:04 +0100 |
commit | e318edb5e594e3299acb4ba4b7bca0440cfde217 (patch) | |
tree | 0048a8f02bd7eb825680f47d0a8eea7a0afcc053 /src/wire/wire-test.conf | |
parent | d126b166241e36a33884bc799190c708226ddb7e (diff) |
use url instead of uri consistently
Diffstat (limited to 'src/wire/wire-test.conf')
-rw-r--r-- | src/wire/wire-test.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wire/wire-test.conf b/src/wire/wire-test.conf index 29846ce53..7ee217ee1 100644 --- a/src/wire/wire-test.conf +++ b/src/wire/wire-test.conf @@ -14,8 +14,8 @@ TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/exchange/wire/test.json EXCHANGE_ACCOUNT_NUMBER = 2 # For accessing transfers, we need to know -# the URI of the bank (where the /history API is available). -# BANK_URI = https://bank.demo.taler.net/ +# the URL of the bank (where the /history API is available). +# BANK_URL = https://bank.demo.taler.net/ # Authentication information for basic authentication USERNAME = user |