summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-03-04 11:57:57 +0100
committerChristian Grothoff <christian@grothoff.org>2016-03-04 11:57:57 +0100
commitaba92c5bfa3efa9a7cabf2fc85b1f14bea2d8307 (patch)
treefec44c7e61e47592f5468632e5823fc3e48e679e /contrib
parentd06fb4d8182e5213e6d59cf0c5fe2c8d4c4cef36 (diff)
parent17ff4f5e97b981f0b3eebd6e3923fe60dc75edd5 (diff)
downloadexchange-aba92c5bfa3efa9a7cabf2fc85b1f14bea2d8307.tar.gz
exchange-aba92c5bfa3efa9a7cabf2fc85b1f14bea2d8307.tar.bz2
exchange-aba92c5bfa3efa9a7cabf2fc85b1f14bea2d8307.zip
modify /wire/test to provide bank URI and bank account numbers
Diffstat (limited to 'contrib')
-rw-r--r--contrib/exchange-template/config/exchange-common.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/contrib/exchange-template/config/exchange-common.conf b/contrib/exchange-template/config/exchange-common.conf
index 183ae47ad..26bf4ff94 100644
--- a/contrib/exchange-template/config/exchange-common.conf
+++ b/contrib/exchange-template/config/exchange-common.conf
@@ -25,5 +25,11 @@ DB_CONN_STR = "postgres:///talercheck"
SEPA_RESPONSE_FILE = "sepa.json"
[wire-test]
-BANK_URI = "http://bank/"
-BANK_ACCOUNT_NUMBER = 1
+# 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_NO_INCOMING = 2
+# From which account at the 'bank' should outgoing
+# wire transfers be made?
+BANK_ACCOUNT_NO_OUTGOING = 2