summaryrefslogtreecommitdiff
path: root/src/exchange-lib/test_exchange_api.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-02 02:33:14 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-02 02:33:14 +0200
commit1c2be591d3e77002c4b1d5095c06e434d9ad62fe (patch)
treebba60906d74b9d24cf92f583e74b0705f7b4024f /src/exchange-lib/test_exchange_api.conf
parentd34c6401b415edeceb205782dbcccd8b38c8e1b7 (diff)
downloadexchange-1c2be591d3e77002c4b1d5095c06e434d9ad62fe.tar.gz
exchange-1c2be591d3e77002c4b1d5095c06e434d9ad62fe.tar.bz2
exchange-1c2be591d3e77002c4b1d5095c06e434d9ad62fe.zip
fixing #4479
Diffstat (limited to 'src/exchange-lib/test_exchange_api.conf')
-rw-r--r--src/exchange-lib/test_exchange_api.conf9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/exchange-lib/test_exchange_api.conf b/src/exchange-lib/test_exchange_api.conf
index 5fcc36552..a8c690786 100644
--- a/src/exchange-lib/test_exchange_api.conf
+++ b/src/exchange-lib/test_exchange_api.conf
@@ -30,12 +30,17 @@ TESTRUN = YES
[exchangedb-postgres]
DB_CONN_STR = "postgres:///talercheck"
-[wire-incoming-test]
+[exchange-wire-incoming-sepa]
+# This is the response we give out for the /wire request. It provides
+# wallets with the bank information for transfers to the exchange.
+SEPA_RESPONSE_FILE = ${TALER_CONFIG_HOME}/sepa.json
+
+[exchange-wire-incoming-test]
# This is the response we give out for the /wire request. It provides
# wallets with the bank information for transfers to the exchange.
TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/test.json
-[wire-outgoing-test]
+[exchange-wire-outgoing-test]
# What is the main website of the bank?
BANK_URI = "http://localhost:8082/"
# Into which account at the 'bank' should (incoming) wire transfers be made?