diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-03-04 11:57:57 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-03-04 11:57:57 +0100 |
commit | aba92c5bfa3efa9a7cabf2fc85b1f14bea2d8307 (patch) | |
tree | fec44c7e61e47592f5468632e5823fc3e48e679e /contrib/exchange-template | |
parent | d06fb4d8182e5213e6d59cf0c5fe2c8d4c4cef36 (diff) | |
parent | 17ff4f5e97b981f0b3eebd6e3923fe60dc75edd5 (diff) |
modify /wire/test to provide bank URI and bank account numbers
Diffstat (limited to 'contrib/exchange-template')
-rw-r--r-- | contrib/exchange-template/config/exchange-common.conf | 10 |
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 |