taler-docs

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

commit 7e6ab6e7dd3f863d811d70a91c16f43602e09c50
parent dd09a8d0b3dec2a99b6e26af48fb309b41e40c39
Author: Antoine A <>
Date:   Tue,  6 Feb 2024 16:25:50 +0100

Update libeufin doc

Diffstat:
Mlibeufin/bank-manual.rst | 14+++++++-------
Mmanpages/libeufin-bank.conf.5.rst | 7+++++--
Mmanpages/libeufin-nexus.conf.5.rst | 12+++++++++++-
3 files changed, 23 insertions(+), 10 deletions(-)

diff --git a/libeufin/bank-manual.rst b/libeufin/bank-manual.rst @@ -87,13 +87,13 @@ The following snippet shows the mandatory configuration values: [libeufin-bank] CURRENCY = KUDOS - - # Server - SERVE = tcp - PORT = 8080 - - [libeufin-bankdb-postgres] - CONFIG = postgresql:///libeufinbank + + # Supported payment target type + WIRE_TYPE = iban or x-taler-bank + # If WIRE_TYPE = iban + IBAN_PAYTO_BIC = SANDBOXX + # If WIRE_TYPE = x-taler-bank + X_TALER_BANK_PAYTO_HOSTNAME = https://bank.taler.net .. note:: Refer to the manpage ``libeufin-man.conf(5)`` diff --git a/manpages/libeufin-bank.conf.5.rst b/manpages/libeufin-bank.conf.5.rst @@ -39,10 +39,10 @@ WIRE_TYPE Supported payment target type, this can either be ``iban`` or ``x-taler-bank`` IBAN_PAYTO_BIC - Bank BIC used in generated iban payto URI + Bank BIC used in generated iban payto URI. Required if WIRE_TYPE = iban X_TALER_BANK_PAYTO_HOSTNAME - Bank hostname used in generated x-taler-bank payto URI + Bank hostname used in generated x-taler-bank payto URI. Required if WIRE_TYPE = x-taler-bank DEFAULT_DEBT_LIMIT Default debt limit for newly created accounts. Defaults to CURRENCY:0 if not specified. @@ -95,6 +95,9 @@ following value. CONFIG PostgreSQL connection string. +SQL_DIR + Where are the SQL files to setup our tables? + SEE ALSO ======== diff --git a/manpages/libeufin-nexus.conf.5.rst b/manpages/libeufin-nexus.conf.5.rst @@ -130,7 +130,6 @@ PARTNER_ID EBICS specific: partner ID of the EBICS subscriber. This value must be assigned by the bank after having activated a new EBICS subscriber. - BANK_PUBLIC_KEYS_FILE Filesystem location where Nexus should store the bank public keys. @@ -165,6 +164,17 @@ FREQUENCY Duration value to instruct the ``ebics-fetch`` subcommand how often it should download from the bank. +DATABASE OPTIONS +---------------- + +Setting the database belongs to the “[libeufin-nexusdb-postgres]” section and the following value. + +CONFIG + PostgreSQL connection string. + +SQL_DIR + Where are the SQL files to setup our tables? + SEE ALSO ========