commit 6bb0518097e8dc19b5dbb0a8d344d4994d510df2
parent 5f0bf1ac71e8eaf98cd3f6a82195ddf2b2d0b0d0
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 21 Jan 2022 05:04:43 -0500
use ‘export’ for LIBEUFIN_SANDBOX_ADMIN_PASSWORD
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
@@ -144,7 +144,7 @@ If this variable is not set, ``libeufin-sandbox`` complains and exits:
.. code-block:: console
- $ LIBEUFIN_SANDBOX_ADMIN_PASSWORD=secret
+ $ export LIBEUFIN_SANDBOX_ADMIN_PASSWORD=secret
$ libeufin-sandbox serve
DB connection string not found/valid in the env variable LIBEUFIN_SANDBOX_DB_CONNECTION.
The following two examples are valid connection strings:
@@ -158,7 +158,7 @@ The sandbox service is started with the following command:
.. code-block:: console
- $ LIBEUFIN_SANDBOX_ADMIN_PASSWORD=secret
+ $ export LIBEUFIN_SANDBOX_ADMIN_PASSWORD=secret
$ export LIBEUFIN_SANDBOX_DB_CONNECTION=jdbc:sqlite:/tmp/libeufintestdb
$ libeufin-sandbox serve --port 5016