diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-08-11 14:40:09 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-08-11 14:40:09 +0200 |
commit | 13619f425c4f97cf0d7cffd3a35faba6ef3c654a (patch) | |
tree | 93ec034889a06cc5f4471a086036af4eb80fb713 /doc/taler.conf.5 | |
parent | 655e6f17bdb174bcbfb00cded2a500465db7e40a (diff) |
towards implementing /wire replies
Diffstat (limited to 'doc/taler.conf.5')
-rw-r--r-- | doc/taler.conf.5 | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/taler.conf.5 b/doc/taler.conf.5 index cb51d8989..87f216913 100644 --- a/doc/taler.conf.5 +++ b/doc/taler.conf.5 @@ -1,4 +1,4 @@ -.TH TALER.CONF 5 "Apr 22, 2015" "GNU Taler" +.TH TALER.CONF 5 "Aug 11, 2015" "GNU Taler" .SH NAME taler.conf \- Taler configuration file. @@ -25,6 +25,20 @@ The following options are from the "[mint]" section and used by most mint tools: .IP MASTER_PUBLIC_KEY Crockford Base32-encoded master public key, public version of the mint\'s long\-time offline signing key. + +.SH WIRE transfer details + +The following options must be in section "[mint-wire-test]": + +.IP REDIRECT_URL + URL to redirect /wire/test to. Should contain a Web form the user can use to charge his wallet with coins in a "test" currency for testing. If this option is not provided, /wire/test will return "501 NOT IMPLEMENTED". + +The following options must be in section "[mint-wire-sepa]": + +.IP SEPA_RESPONSE_FILE + Filename with the JSON body for the /wire/sepa response, signed using the mint's long-term offline master key. If this option is not provided, /wire/test will return "501 NOT IMPLEMENTED". Use "taler-mint-sepa" to create the SEPA_RESPONSE_FILE. + + .SH Postgres database options The following options must be in section "[mintdb-postgres]": @@ -71,4 +85,5 @@ The following options are from the "[mint_keys]" section and used by most taler\ Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <taler@gnu.org> .SH "SEE ALSO" -\fBtaler\-mint\-httpd\fP(1), \fBtaler\-mint\-keyup\fP(1), \fBtaler\-mint\-reservemod\fP(1), \fBtaler\-mint\-dbinit\fP(1) +\fBtaler\-mint\-httpd\fP(1), \fBtaler\-mint\-keyup\fP(1), \fBtaler\-mint\-reservemod\fP(1), \fBtaler\-mint\-dbinit\fP(1), \fBtaler\-mint\-sepa(1) + |