summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-01 17:32:10 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-01 17:32:10 +0200
commit9bc96506bb6441467c6558f5252e803c4292c9fe (patch)
tree12aa2af54ced1d289bbb5af2aecce17893c6fb75 /contrib
parent76c8ab07e120210f248ce141aa9013de305aa5cf (diff)
downloadexchange-9bc96506bb6441467c6558f5252e803c4292c9fe.tar.gz
exchange-9bc96506bb6441467c6558f5252e803c4292c9fe.tar.bz2
exchange-9bc96506bb6441467c6558f5252e803c4292c9fe.zip
update man pages and templates to use current options
Diffstat (limited to 'contrib')
-rw-r--r--contrib/exchange-template/config/exchange-common.conf16
1 files changed, 12 insertions, 4 deletions
diff --git a/contrib/exchange-template/config/exchange-common.conf b/contrib/exchange-template/config/exchange-common.conf
index 26bf4ff94..eddde3c32 100644
--- a/contrib/exchange-template/config/exchange-common.conf
+++ b/contrib/exchange-template/config/exchange-common.conf
@@ -21,15 +21,23 @@ TESTRUN = YES
[exchangedb-postgres]
DB_CONN_STR = "postgres:///talercheck"
-[wire-sepa]
+[wire-incoming-sepa]
SEPA_RESPONSE_FILE = "sepa.json"
-[wire-test]
+[wire-outgoing-sepa]
+SEPA_RESPONSE_FILE = "sepa.json"
+
+
+[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_NO_INCOMING = 2
+BANK_ACCOUNT_NUMBER = 2
+
+[wire-outgoing-test]
+# What is the main website of the bank?
+BANK_URI = "https://bank/"
# From which account at the 'bank' should outgoing
# wire transfers be made?
-BANK_ACCOUNT_NO_OUTGOING = 2
+BANK_ACCOUNT_NUMBER = 2