aboutsummaryrefslogtreecommitdiff
path: root/src/exchange
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 /src/exchange
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 'src/exchange')
-rw-r--r--src/exchange/test-exchange-home/config/exchange-common.conf12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/exchange/test-exchange-home/config/exchange-common.conf b/src/exchange/test-exchange-home/config/exchange-common.conf
index e4ff2a4d6..4078cbee5 100644
--- a/src/exchange/test-exchange-home/config/exchange-common.conf
+++ b/src/exchange/test-exchange-home/config/exchange-common.conf
@@ -22,12 +22,18 @@ TESTRUN = YES
[exchangedb-postgres]
DB_CONN_STR = "postgres:///talercheck"
-[wire-test]
+
+[wire-incoming-test]
# What is the main website of the bank?
BANK_URI = "http://localhost:8082/"
# 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 = "http://localhost:8082/"
+
# From which account at the 'bank' should outgoing
# wire transfers be made?
-BANK_ACCOUNT_NO_OUTGOING = 3
+BANK_ACCOUNT_NUMBER = 3