diff options
Diffstat (limited to 'contrib/exchange-template/config')
-rw-r--r-- | contrib/exchange-template/config/exchange-common.conf | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/contrib/exchange-template/config/exchange-common.conf b/contrib/exchange-template/config/exchange-common.conf index d1df222fe..26bf4ff94 100644 --- a/contrib/exchange-template/config/exchange-common.conf +++ b/contrib/exchange-template/config/exchange-common.conf @@ -25,6 +25,11 @@ DB_CONN_STR = "postgres:///talercheck" SEPA_RESPONSE_FILE = "sepa.json" [wire-test] -REDIRECT_URL = "http://test/" -BANK_URI = "http://bank/" -BANK_ACCOUNT_NO = 2 +# 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 |