gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: use same section name as default con


From: gnunet
Subject: [taler-docs] branch master updated: use same section name as default config for merchant exchange config to avoid conflicts
Date: Fri, 15 Dec 2023 12:04:41 +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 920d33cd use same section name as default config for merchant exchange 
config to avoid conflicts
920d33cd is described below

commit 920d33cdd39419f7a033fcfefffcd1b573d7ba05
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Dec 15 12:04:37 2023 +0100

    use same section name as default config for merchant exchange config to 
avoid conflicts
---
 taler-merchant-manual.rst | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index cef40f16..3a1d7d52 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -578,7 +578,7 @@ section, the following options need to be configured:
 
    .. code-block:: ini
 
-      [MERCHANT-EXCHANGE-demo]
+      [MERCHANT-EXCHANGE-KUDOS]
       EXCHANGE_BASE_URL = "https://exchange.demo.taler.net/";
 
 -  The ``MASTER_KEY`` option specifies the exchange’s master public key
@@ -586,7 +586,7 @@ section, the following options need to be configured:
 
    .. code-block:: ini
 
-      [MERCHANT-EXCHANGE-demo]
+      [MERCHANT-EXCHANGE-KUDOS]
       MASTER_KEY = "GNRJCH0HYKN59939JC0CJ2JDC7ZNEBSATJFF00CVS3WPG4TQEA7G"
 
 -  The ``CURRENCY`` option specifies the exchange’s currency.
@@ -594,17 +594,20 @@ section, the following options need to be configured:
 
    .. code-block:: ini
 
-      [MERCHANT-EXCHANGE-demo]
+      [MERCHANT-EXCHANGE-KUDOS]
       CURRENCY = "KUDOS"
 
 
 Note that multiple exchanges can be added to the system by using different
-identifiers in place of ``demo`` in the example above. Note that all of the
+identifiers in place of ``KUDOS`` in the example above. Note that all of the
 exchanges actually used will use the same currency: If the currency does not
 match the main ``CURRENCY`` option from the ``TALER`` section, the respective
 ``MERCHANT-EXCHANGE-`` section is automatically ignored. If you need support
 for multiple currencies, you need to deploy one backend per currency.
 
+The merchant already ships with a default configuration that contains the
+``MERCHANT-EXCHANGE-KUDOS`` section from above.
+
 .. note::
 
    Manually setting up exchanges is only recommended under special

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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