summaryrefslogtreecommitdiff
path: root/doc/taler.conf.5
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-03 19:43:26 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-03 19:43:26 +0100
commit243d8d18b1ea27a1160bc27a7334b41e87564257 (patch)
tree6056c1619ebeaeb3d479501fc68c88e492534722 /doc/taler.conf.5
parent4d2faa5ec92213efc4ee40f707ab0ad3615e5433 (diff)
downloadexchange-243d8d18b1ea27a1160bc27a7334b41e87564257.tar.gz
exchange-243d8d18b1ea27a1160bc27a7334b41e87564257.tar.bz2
exchange-243d8d18b1ea27a1160bc27a7334b41e87564257.zip
update configuration generators to use new ENABLE option instead of WIREFORMATS, and to support wire fee generation
Diffstat (limited to 'doc/taler.conf.5')
-rw-r--r--doc/taler.conf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/taler.conf.5 b/doc/taler.conf.5
index 6e50c69be..40a9506e4 100644
--- a/doc/taler.conf.5
+++ b/doc/taler.conf.5
@@ -16,8 +16,6 @@ The following options are from the "[exchange]" section and used by most exchang
.IP CURRENCY
Name of the currency, i.e. "EUR" for Euro.
-.IP WIREFORMAT
- Format used for wire transfers to the merchant, i.e. "SEPA".
.IP DB
Plugin to use for the database, i.e. "postgres"
.IP PORT
@@ -28,7 +26,8 @@ The following options are from the "[exchange]" section and used by most exchang
.SH WIRE transfer details
-The following options must be in section "[wire\-incoming\-test]" and "[wire\-outgoing\-test]":
+To enable the "test" wire transfer method, you must set "ENABLE = YES" in "[exchange\-wire\-test]".
+Then, the following options must be in section "[exchange\-wire\-incoming\-test]" and "[exchange\-wire\-outgoing\-test]":
.IP BANK_URI
URL of the Taler bank.
@@ -36,7 +35,8 @@ The following options must be in section "[wire\-incoming\-test]" and "[wire\-ou
.IP BANK_ACCOUNT_NUMBER
Number of the bank account of the exchange.
-The following options must be in section "[wire\-incoming\-sepa]" and "[wire\-outgoing\-sepa]":
+To enable the "sepa" wire transfer method, you must set "ENABLE = YES" in "[exchange\-wire\-sepa]".
+Then, the following options must be in section "[exchange\-wire\-incoming\-sepa]" and "[exchange\-wire\-outgoing\-sepa]":
.IP SEPA_RESPONSE_FILE
Filename with the JSON body for the /wire response, signed using the exchange\'s long-term offline master key. Use taler\-exchange\-sepa to create the SEPA_RESPONSE_FILE.