summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-17 03:25:30 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-17 03:25:30 +0100
commit27f8fc8bb742e1959d0e5b1d65a3cc0d462deec6 (patch)
treeb1e0ffaa49cad5110f029cf118fe13d8f0840a1f /src
parent4442df7a1aa921d6911775a4942d4457d97af422 (diff)
downloadexchange-27f8fc8bb742e1959d0e5b1d65a3cc0d462deec6.tar.gz
exchange-27f8fc8bb742e1959d0e5b1d65a3cc0d462deec6.tar.bz2
exchange-27f8fc8bb742e1959d0e5b1d65a3cc0d462deec6.zip
config, test passes now
Diffstat (limited to 'src')
-rw-r--r--src/lib/test_exchange_api.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/test_exchange_api.conf b/src/lib/test_exchange_api.conf
index 4577ad857..aa95f1bcc 100644
--- a/src/lib/test_exchange_api.conf
+++ b/src/lib/test_exchange_api.conf
@@ -73,6 +73,8 @@ WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json
# Which wire plugin should we used to access the account?
METHOD = x-taler-bank
+WIRE_GATEWAY_URL = "http://localhost:9081/42/"
+
# ENABLE_CREDIT = YES
[account-2]
@@ -83,8 +85,14 @@ URL = "payto://x-taler-bank/localhost/2"
# wallets with the bank information for transfers to the exchange.
WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-2.json
+WIRE_GATEWAY_AUTH_METHOD = basic
+USERNAME = Exchange
+PASSWORD = x
+
METHOD = x-taler-bank
+WIRE_GATEWAY_URL = "http://localhost:9081/2/"
+
# Authentication information for basic authentication
TALER_BANK_AUTH_METHOD = "basic"
USERNAME = user