diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-03-04 11:43:11 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-03-04 11:43:11 +0100 |
commit | d06fb4d8182e5213e6d59cf0c5fe2c8d4c4cef36 (patch) | |
tree | 6cdef1b3831df96bd69d72bb09f2dfd16b6e1444 /contrib/exchange-template/config/exchange-common.conf | |
parent | 77cd82c34fa8fc14583c8ebf5b197c5ed42ee01d (diff) |
towards returning account numbers in /wire/test
Diffstat (limited to 'contrib/exchange-template/config/exchange-common.conf')
-rw-r--r-- | contrib/exchange-template/config/exchange-common.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/exchange-template/config/exchange-common.conf b/contrib/exchange-template/config/exchange-common.conf index 5214fd816..183ae47ad 100644 --- a/contrib/exchange-template/config/exchange-common.conf +++ b/contrib/exchange-template/config/exchange-common.conf @@ -25,5 +25,5 @@ DB_CONN_STR = "postgres:///talercheck" SEPA_RESPONSE_FILE = "sepa.json" [wire-test] -REDIRECT_URL = "http://test/" -BANK_URI = "http://bank/ +BANK_URI = "http://bank/" +BANK_ACCOUNT_NUMBER = 1 |