commit 938db656dd3aa2d2cec772440b1d5c8021d509b8
parent 09912fe3ca87f8d87a86def7391e8814fc12720f
Author: Antoine A <>
Date: Tue, 11 Jun 2024 13:01:13 +0200
Update nexus man pages
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/design-documents/050-libeufin-nexus.rst b/design-documents/050-libeufin-nexus.rst
@@ -66,7 +66,7 @@ Configuration file
CLIENT_PRIVATE_KEYS_FILE = my-private-keys.json
BANK_DIALECT = postfinance # EBICS+ISO20022 style used by the bank.
- [nexus-postgres]
+ [libeufin-nexusdb-postgres]
CONFIG = postgres:///libeufin-nexus
[nexus-ebics-fetch]
diff --git a/libeufin/nexus-manual.rst b/libeufin/nexus-manual.rst
@@ -101,7 +101,7 @@ is:
.. code-block:: ini
- [nexus-postgres]
+ [libeufin-nexusdb-postgres]
config = postgres:///nexus
You must make sure that this database exists and is accessible to the user
@@ -113,7 +113,7 @@ created (or updated) to the current Nexus version using the following command:
$ libeufin-nexus-dbinit -c "$CONFIG_FILE"
where ``$CONFIG_FILE`` is again the path to a configuration that contains at
-least the above ``[nexus-postgres]`` section.
+least the above ``[libeufin-nexusdb-postgres]`` section.
.. _sending-payments:
diff --git a/manpages/libeufin-nexus.conf.5.rst b/manpages/libeufin-nexus.conf.5.rst
@@ -86,7 +86,7 @@ comments from the configuration file!
GLOBAL OPTIONS
--------------
-Setting the database belongs to the “[nexus-postgres]” section and the
+Setting the database belongs to the “[libeufin-nexusdb-postgres]” section and the
following value.
CONFIG