taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit f0f9a3bc5147a15429093bfc6fefcc27151ec82a
parent 4abe6e614e86ccae3e5484cfa9bb12d469473480
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  1 Jun 2026 19:36:08 +0200

fix documentation

Diffstat:
Mtaler-merchant-manual.rst | 8+++-----
1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst @@ -687,10 +687,10 @@ The following is an example for a complete backend configuration: .. code-block:: ini - [taler] - CURRENCY = KUDOS - [merchant] + # Default currency; note that multi-currency support is still + # a bit experimental... + CURRENCY = KUDOS SERVE = TCP PORT = 9966 DATABASE = postgres @@ -701,8 +701,6 @@ The following is an example for a complete backend configuration: [merchant-exchange-kudos] EXCHANGE_BASE_URL = https://exchange.demo.taler.net/ MASTER_KEY = FH1Y8ZMHCTPQ0YFSZECDH8C9407JR3YN0MF1706PTG24Q4NEWGV0 - # If currency does not match [taler] section, the exchange - # will be ignored! CURRENCY = KUDOS Given the above configuration, the backend will use a PostgreSQL database