summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-05-04 18:26:37 +0200
committerChristian Grothoff <christian@grothoff.org>2017-05-04 18:26:37 +0200
commitc9caf3148b4d1c79e678c7389946b0cd7e891c4a (patch)
tree7b17e10cb0a9ccadc1f81201354032c9076c3443
parentf7aeef26afe5162e27631ca34d74704804c96a87 (diff)
downloadmerchant-c9caf3148b4d1c79e678c7389946b0cd7e891c4a.tar.gz
merchant-c9caf3148b4d1c79e678c7389946b0cd7e891c4a.tar.bz2
merchant-c9caf3148b4d1c79e678c7389946b0cd7e891c4a.zip
config sections for wire plugins changed, adjusting
-rw-r--r--src/lib/test_merchant_api.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/test_merchant_api.conf b/src/lib/test_merchant_api.conf
index 16f02976..5e72ed0b 100644
--- a/src/lib/test_merchant_api.conf
+++ b/src/lib/test_merchant_api.conf
@@ -125,14 +125,13 @@ MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
[exchangedb-postgres]
DB_CONN_STR = "postgres:///talercheck"
-[exchange-wire-incoming-test]
+[exchange-wire-test]
# This is the response we give out for the /wire request. It provides
# wallets with the bank information for transfers to the exchange.
# Note that the _incoming_ account is #3, while the
# outgoing account of the exchange (see below) is #2.
TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/test.json
-[exchange-wire-outgoing-test]
# What is the main website of the bank?
BANK_URI = "http://localhost:8083/"
# From which account at the 'bank' should outgoing wire transfers be made?