gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: configuration docs


From: gnunet
Subject: [taler-docs] branch master updated: configuration docs
Date: Sun, 19 Jan 2020 20:47:56 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new fd86976  configuration docs
fd86976 is described below

commit fd86976d4cfeb32990e2603f26a2bb7c2fd832af
Author: Florian Dold <address@hidden>
AuthorDate: Sun Jan 19 20:47:45 2020 +0100

    configuration docs
---
 core/wireformats.rst      |  2 +-
 manpages/taler.conf.5.rst | 68 ++++++++++++++++++++++++++++++-----------------
 2 files changed, 44 insertions(+), 26 deletions(-)

diff --git a/core/wireformats.rst b/core/wireformats.rst
index 327783e..33cda9c 100644
--- a/core/wireformats.rst
+++ b/core/wireformats.rst
@@ -21,7 +21,7 @@ for a local / regional currency or accounting system.  Using 
``x-taler-bank``
 wire method in combination with the Taler's bank, it is thus possible to
 fully test the Taler system without using "real" currencies.  The URL
 format for ``x-taler-bank`` is simple, in that it only specifies an account
-number and the URL of the bank:
+number and the origin (domain and optionally a port) of the bank:
 
 ::
 
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index 2b2d7f3..00554a1 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -215,31 +215,59 @@ AUDITOR_KEY
 CURRENCY
    Name of the currency for which this auditor is trusted, i.e. “KUDOS”
 
-ACCOUNT OPTIONS (for exchanges and merchants)
----------------------------------------------
+MERCHANT ACCOUNT OPTIONS
+------------------------
+
+PAYTO_URI
+   Specifies the payto://-URL of the account. The general format is
+   payto://METHOD/DETAILS.
+
+WIRE_RESPONSE (exchange and merchant)
+   Specifies the name of the file in which the wire details for this merchant
+   account should be located. Used by the Taler exchange service and the
+   taler-merchant-httpd (to generate and then use the file).
+
+HONOR_instance
+   Must be set to YES for the instances (where "instance" is the section
+   name of the instance) of the merchant backend that should allow
+   incoming wire transfers for this bank account.
+
+ACTIVE_instance
+   Must be set to YES for the instances (where “instance” is the section
+   name of the instance) of the merchant backend that should use this
+   bank account in new offers/contracts. Setting ACTIVE_instance to YES
+   requires also setting HONOR_instance to YES.
+
+
+EXCHANGE ACCOUNT OPTIONS
+------------------------
 
 An exchange (or merchant) can have multiple bank accounts. The following
 options are for sections named “[account-SOMETHING]”. The SOMETHING is
 arbitrary and should be chosen to uniquely identify the bank account for
-the operator. Additional authentication options may need to be specified
-in the account section depending on the PLUGIN used.
+the operator.
 
-URL
+PAYTO_URI
    Specifies the payto://-URL of the account. The general format is
-   payto://METHOD/DETAILS. This option is used for exchanges and
-   merchants.
+   payto://METHOD/DETAILS.
+
+WIRE_GATEWAY_URL
+  URL of the wire gateway
+
+WIRE_GATEWAY_AUTH_METHOD
+  This option determines how the exchange (auditor/wirewatch/aggregator)
+  authenticates with the wire gateway.  Choices are ``basic`` and ``none``.
+
+USERNAME
+  User name for ``basic`` authentication with the wire gateway.
+
+PASSWORD
+  Password for ``basic`` authentication with the wire gateway.
 
 WIRE_RESPONSE
    Specifies the name of the file in which the /wire response for this
    account should be located. Used by the Taler exchange service and the
-   taler-exchange-wire tool and the taler-merchant-httpd (to generate
-   the files).
-
-PLUGIN
-   Name of the plugin can be used to access the account
-   (i.e. “taler_bank”). Used by the merchant backend for back
-   office operations (i.e. to identify incoming wire transfers) and by
-   the exchange.
+   taler-exchange-wire tool.
 
 ENABLE_DEBIT
    Must be set to YES for the accounts that the
@@ -250,16 +278,6 @@ ENABLE_CREDIT
    should check for credits. It is yet uncertain if the merchant
    implementation may check this flag as well.
 
-HONOR_instance
-   Must be set to YES for the instances (where “instance” is the section
-   name of the instance) of the merchant backend that should allow
-   incoming wire transfers for this bank account.
-
-ACTIVE_instance
-   Must be set to YES for the instances (where “instance” is the section
-   name of the instance) of the merchant backend that should use this
-   bank account in new offers/contracts. Setting ACTIVE_instance to YES
-   requires also setting ENABLE_instance to YES.
 
 TALER-BANK AUTHENTICATION OPTIONS (for accounts)
 ------------------------------------------------

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]