commit 0022f4d96651f2bca3b1a827f422f3500cc3dd1c parent 3909231497c9c2d9710a0fd05d469f7ed7f34e5e Author: MS <ms@taler.net> Date: Tue, 13 Dec 2022 20:31:22 +0100 Nexus tutorial: DB policy. Diffstat:
| M | libeufin/nexus-tutorial.rst | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst @@ -479,6 +479,11 @@ are supported right now. Use the following command to run the Nexus service: + Neuxs defaults to *not* storing the messages that it downloads + from the bank. To revert this behaviour, export also the environment + variable ``LIBEUFIN_NEXUS_KEEP_BANK_MESSAGES`` to ``yes`` before + running the following command. + .. code-block:: console $ export LIBEUFIN_NEXUS_DB_CONNECTION=jdbc:postgresql://localhost:5433/libeufindb?user=foo&password=secret