taler-docs

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

commit 6b7277a012c35b1cb17c7fd835ec2d4aac6d0195
parent 00e333842ff139d6700a62ce304e753aa286d15f
Author: Antoine A <>
Date:   Wed, 18 Feb 2026 22:49:28 +0100

manuals: cyclos improvements

Diffstat:
Mtaler-cyclos-manual.rst | 6+++---
Mtaler-exchange-manual.rst | 7++-----
2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/taler-cyclos-manual.rst b/taler-cyclos-manual.rst @@ -168,7 +168,7 @@ You can then use a script to automate a secure database setup: .. code-block:: console - $ sudo taler-cyclos-dbconfig + # taler-cyclos-dbconfig Worker setup ------------ @@ -295,4 +295,4 @@ Launching the adapter .. code-block:: console - $ sudo systemctl start taler-cyclos.target -\ No newline at end of file + # systemctl enable --now taler-cyclos.target +\ No newline at end of file diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst @@ -968,9 +968,6 @@ starting with ``exchange-account-`` for the section name. You must specify # Example using IBAN (for use with LibEuFin) PAYTO_URI = "payto://iban/CH9300762011623852957?receiver=name=exop" - # URL for talking to the bank wire the wire API. - WIRE_GATEWAY_URL = https://bank.demo.taler.net/accounts/exchange/taler-wire-gateway/ - # Use for exchange-aggregator (outgoing transfers) ENABLE_DEBIT = YES # Use for exchange-wirewatch (and listed in /wire) @@ -991,8 +988,8 @@ starting with ``exchange-account-`` for the section name. You must specify USERNAME = ... PASSWORD = ... - # Base URL of the Taler wire gateway. - WIRE_GATEWAY_URL = ... + # URL for talking to the bank wire the wire API. + WIRE_GATEWAY_URL = https://bank.demo.taler.net/accounts/exchange/taler-wire-gateway/ Such a wire gateway configuration can be tested with the following commands: