summaryrefslogtreecommitdiff
path: root/src/wire/wire-sepa.conf
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-22 19:09:55 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-22 19:09:55 +0200
commit95e52cd2e824f3e1e5e1c3537f11c2dd960dd9e5 (patch)
tree77af4123a71450f2da4d62f13c1a88a18b8d1e3f /src/wire/wire-sepa.conf
parent9507c8c369c8ac56ae309b9b6132dd6213539e21 (diff)
downloadexchange-95e52cd2e824f3e1e5e1c3537f11c2dd960dd9e5.tar.gz
exchange-95e52cd2e824f3e1e5e1c3537f11c2dd960dd9e5.tar.bz2
exchange-95e52cd2e824f3e1e5e1c3537f11c2dd960dd9e5.zip
make names related to wire plugins less generic
Diffstat (limited to 'src/wire/wire-sepa.conf')
-rw-r--r--src/wire/wire-sepa.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wire/wire-sepa.conf b/src/wire/wire-sepa.conf
index 7321a2be6..b7c09153f 100644
--- a/src/wire/wire-sepa.conf
+++ b/src/wire/wire-sepa.conf
@@ -1,10 +1,10 @@
# Configuration for SEPA wire plugin.
-[wire-incoming-sepa]
+[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
+SEPA_RESPONSE_FILE = ${TALER_CONFIG_HOME}/exchange/wire/sepa.json
-[wire-outgoing-sepa]
+[exchange-wire-outgoing-sepa]
# This section should contain the options required for making outgoing
# SEPA transfers. Not yet supported (need libebics).