diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-05-04 11:18:49 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-05-04 11:19:00 +0200 |
commit | 405859d06864a62982236771d81ca94f799b6c12 (patch) | |
tree | 34a73cfa186da8e82953be2ccefa604a1ae05ad0 /src/wire/wire-test.conf | |
parent | 27c921c7c45f8ea8fed5c945a9e0ae0cfcc1c8e9 (diff) |
implement #4993
Diffstat (limited to 'src/wire/wire-test.conf')
-rw-r--r-- | src/wire/wire-test.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wire/wire-test.conf b/src/wire/wire-test.conf index fcc156426..bd282ff65 100644 --- a/src/wire/wire-test.conf +++ b/src/wire/wire-test.conf @@ -20,3 +20,7 @@ EXCHANGE_ACCOUNT_NUMBER = 2 # the URI of the bank (where the /admin/add/incoming API # is avaialble). # BANK_URI = https://bank.demo.taler.net/ + +# Authentication information for basic authentication +USERNAME = user +PASSWORD = pass |