exchange/doc/taler-config-generate.1

75 lines
2.7 KiB
Groff
Raw Normal View History

2019-05-07 16:34:49 +02:00
.Dd May 5, 2016
.Dt TALER-CONFIG-GENERATE 1
.Os
.Sh NAME
.Nm taler-config-generate
.Nd
tool to simplify Taler configuration generation
.Os
.Sh SYNOPSIS
.Nm
.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
.Op Fl C Ar CURRENCY | Fl \-currency= Ns Ar CURRENCY
.Op Fl e | \-exchange
.Op Fl f Ar AMOUNT | \-wirefee= Ns Ar AMOUNT
.Op Fl m | \-merchant
.Op Fl t | \-trusted
.Op Fl w Ar WIREFORMAT | Fl \-wire Ar WIREFORMAT
.Op Fl j Ar JSON | Fl \-wire-json-merchant= Ns Ar JSON
.Op Fl J Ar JSON | Fl \-wire-json-exchange= Ns Ar JSON
.Op Fl \-bank-uri
.Op Fl \-exchange-bank-account
.Op Fl \-merchant-bank-account
.Op Fl h | \-help
.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
.Op Fl v | \-version
.Sh DESCRIPTION
.Nm
can be used to generate configuration files for the Taler exchange or Taler merchants.
.Bl -tag -width Ds
.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
Location where to write the generated configuration.
Existing file will be updated, not overwritten.
.It Fl C Ar CURRENCY | Fl \-currency= Ns Ar CURRENCY
2016-05-05 17:40:38 +02:00
Which currency should we use in the configuration.
2019-05-07 16:34:49 +02:00
.It Fl e | \-exchange
2016-05-05 17:40:38 +02:00
Generate configuration for a Taler exchange.
2019-05-07 16:34:49 +02:00
.It Fl f Ar AMOUNT | \-wirefee= Ns Ar AMOUNT
Setup wire transfer fees for the next 5 years for the exchange (for all wire methods).
2019-05-07 16:34:49 +02:00
.It Fl m | \-merchant
2016-05-05 17:40:38 +02:00
Generate configuration for a Taler merchant.
2019-05-07 16:34:49 +02:00
.It Fl t | \-trusted
Setup current exchange as trusted with current merchant.
Generally only useful when configuring for testcases.
.It Fl w Ar WIREFORMAT | Fl \-wire Ar WIREFORMAT
2016-05-05 17:40:38 +02:00
Specifies which wire format to use (i.e. "test" or "sepa")
2019-05-07 16:34:49 +02:00
.It Fl j Ar JSON | Fl \-wire-json-merchant= Ns Ar JSON
2016-05-05 17:40:38 +02:00
Wire configuration to use for the merchant.
2019-05-07 16:34:49 +02:00
.It Fl J Ar JSON | Fl \-wire-json-exchange= Ns Ar JSON
2016-05-05 17:40:38 +02:00
Wire configuration to use for the exchange.
2019-05-07 16:34:49 +02:00
.It Fl \-bank-uri
Alternative to specify wire configuration to use for the exchange and merchant for the "test" wire method.
Only useful if WIREFORMAT was set to "test".
Specifies the URI of the bank.
.It Fl \-exchange-bank-account
Alternative to specify wire configuration to use for the exchange for the "test" wire method.
Only useful if WIREFORMAT was set to "test".
Specifies the bank account number of the exchange.
.It Fl \-merchant-bank-account
Alternative to specify wire configuration to use for the merchant for the "test" wire method.
Only useful if WIREFORMAT was set to "test".
Specifies the bank account number of the merchant.
.It Fl h | \-help
2016-05-05 17:40:38 +02:00
Shows this man page.
2019-05-07 16:34:49 +02:00
.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
Use LOGLEVEL for logging.
Valid values are DEBUG, INFO, WARNING and ERROR.
.It Fl v | \-version
2016-05-05 17:40:38 +02:00
Print GNUnet version number.
2019-05-07 16:34:49 +02:00
.El
.Sh BUGS
Report bugs by using
.Lk https://gnunet.org/bugs/
or by sending electronic mail to
.Aq Mt taler@gnu.org .