diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-04-22 19:09:55 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-04-22 19:09:55 +0200 |
commit | 95e52cd2e824f3e1e5e1c3537f11c2dd960dd9e5 (patch) | |
tree | 77af4123a71450f2da4d62f13c1a88a18b8d1e3f /src/wire/wire-test.conf | |
parent | 9507c8c369c8ac56ae309b9b6132dd6213539e21 (diff) |
make names related to wire plugins less generic
Diffstat (limited to 'src/wire/wire-test.conf')
-rw-r--r-- | src/wire/wire-test.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wire/wire-test.conf b/src/wire/wire-test.conf index 98e486acb..fc03f1b83 100644 --- a/src/wire/wire-test.conf +++ b/src/wire/wire-test.conf @@ -1,11 +1,11 @@ # This file is in the public domain. # -[wire-incoming-test] +[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 +TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/exchange/wire/test.json -[wire-outgoing-test] +[exchange-wire-outgoing-test] # For outgoing transfers, we need to know the exchange's # account number at the bank. EXCHANGE_ACCOUNT_NUMBER = 2 |