summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-12-15 12:04:37 +0100
committerFlorian Dold <florian@dold.me>2023-12-15 12:04:37 +0100
commit920d33cdd39419f7a033fcfefffcd1b573d7ba05 (patch)
tree4dfaf110ec56cc1114354d7842cd69730426c8c9
parent70d1d08ee276e07fff8eca2b4643405821d13d82 (diff)
downloaddocs-920d33cdd39419f7a033fcfefffcd1b573d7ba05.tar.gz
docs-920d33cdd39419f7a033fcfefffcd1b573d7ba05.tar.bz2
docs-920d33cdd39419f7a033fcfefffcd1b573d7ba05.zip
use same section name as default config for merchant exchange config to avoid conflicts
-rw-r--r--taler-merchant-manual.rst11
1 files 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