summaryrefslogtreecommitdiff
path: root/src/wire/wire-sepa.conf
blob: 88d2ac03c28bbd08dc016644b444598739d3f5e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is in the public domain.
#
# Configuration for SEPA wire plugin.

[exchange-wire-sepa]
# Set to "YES" to activate the 'sepa' plugin.
ENABLE = NO

[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}/exchange/wire/sepa.json

[exchange-wire-outgoing-sepa]
# This section should contain the options required for making outgoing
# SEPA transfers. Not yet supported (need libebics).