summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/exchange-template/config/exchange-common.conf19
1 files changed, 8 insertions, 11 deletions
diff --git a/contrib/exchange-template/config/exchange-common.conf b/contrib/exchange-template/config/exchange-common.conf
index d513b3597..78ee939e7 100644
--- a/contrib/exchange-template/config/exchange-common.conf
+++ b/contrib/exchange-template/config/exchange-common.conf
@@ -22,25 +22,22 @@ DB_CONN_STR = "postgres:///talercheck"
# Change here to enable SEPA wire transfers.
ENABLE = NO
-[exchange-wire-incoming-sepa]
+# Response for /wire
SEPA_RESPONSE_FILE = "sepa.json"
[exchange-wire-outgoing-sepa]
-SEPA_RESPONSE_FILE = "sepa.json"
+# TBD
-[exchange-wire-sepa]
+
+[exchange-wire-test]
+# Change here to disable TEST wire transfers.
ENABLE = YES
-[exchange-wire-incoming-test]
-# What is the main website of the bank?
-BANK_URI = "https://bank/"
-# Into which account at the 'bank' should incoming
-# wire transfers be made?
-BANK_ACCOUNT_NUMBER = 2
+# Response for /wire
+TEST_RESPONSE_FILE = "test.json"
-[exchange-wire-outgoing-test]
# What is the main website of the bank?
BANK_URI = "https://bank/"
-# From which account at the 'bank' should outgoing
+# Into which account at the 'bank' should incoming
# wire transfers be made?
BANK_ACCOUNT_NUMBER = 2