summaryrefslogtreecommitdiff
path: root/src/lib/test_auditor_api.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/test_auditor_api.conf')
-rw-r--r--src/lib/test_auditor_api.conf13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/lib/test_auditor_api.conf b/src/lib/test_auditor_api.conf
index 8133ce481..7bb57c3a9 100644
--- a/src/lib/test_auditor_api.conf
+++ b/src/lib/test_auditor_api.conf
@@ -59,19 +59,24 @@ CONFIG = "postgres:///talercheck"
# advertised in /wire.
[account-1]
# What is the URL of our account?
-URL = "payto://x-taler-bank/localhost:8082/42"
+URL = "payto://x-taler-bank/localhost/42"
+WIRE_GATEWAY_URL = "http://localhost:8082/42/"
# This is the response we give out for the /wire request. It provides
# wallets with the bank information for transfers to the exchange.
WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json
+
# Which wire plugin should we used to access the account?
METHOD = x-taler-bank
+[bank]
+HTTP_PORT = 8082
+
# ENABLE_CREDIT = YES
[account-2]
# What is the bank account (with the "Taler Bank" demo system)?
-URL = "payto://x-taler-bank/localhost:8082/2"
-FAKEBANK_PORT = 8082
+WIRE_GATEWAY_URL = "http://localhost:8082/2/"
+URL = "payto://x-taler-bank/localhost/2"
# This is the response we give out for the /wire request. It provides
# wallets with the bank information for transfers to the exchange.
@@ -81,7 +86,7 @@ WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-2.json
METHOD = x-taler-bank
# Authentication information for basic authentication
-TALER_BANK_AUTH_METHOD = "basic"
+WIRE_GATEWAY_AUTH_METHOD = "basic"
USERNAME = user
PASSWORD = pass