summaryrefslogtreecommitdiff
path: root/libeufin/nexus-tutorial.rst
diff options
context:
space:
mode:
authorMS <ms@taler.net>2022-12-13 20:31:22 +0100
committerMS <ms@taler.net>2022-12-13 20:31:22 +0100
commit0022f4d96651f2bca3b1a827f422f3500cc3dd1c (patch)
treead4f6ed52d7a381591e930f352c797f1e1775bea /libeufin/nexus-tutorial.rst
parent3909231497c9c2d9710a0fd05d469f7ed7f34e5e (diff)
downloaddocs-0022f4d96651f2bca3b1a827f422f3500cc3dd1c.tar.gz
docs-0022f4d96651f2bca3b1a827f422f3500cc3dd1c.tar.bz2
docs-0022f4d96651f2bca3b1a827f422f3500cc3dd1c.zip
Nexus tutorial: DB policy.
Diffstat (limited to 'libeufin/nexus-tutorial.rst')
-rw-r--r--libeufin/nexus-tutorial.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 4b99e308..d2ec471d 100644
--- 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