summaryrefslogtreecommitdiff
path: root/libeufin/nexus-tutorial.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-01-21 05:04:43 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-01-21 05:04:43 -0500
commit6bb0518097e8dc19b5dbb0a8d344d4994d510df2 (patch)
treeaffebeb4a59ba1fa2787d23d7bcad6bf66f2075d /libeufin/nexus-tutorial.rst
parent5f0bf1ac71e8eaf98cd3f6a82195ddf2b2d0b0d0 (diff)
downloaddocs-6bb0518097e8dc19b5dbb0a8d344d4994d510df2.tar.gz
docs-6bb0518097e8dc19b5dbb0a8d344d4994d510df2.tar.bz2
docs-6bb0518097e8dc19b5dbb0a8d344d4994d510df2.zip
use ‘export’ for LIBEUFIN_SANDBOX_ADMIN_PASSWORD
Diffstat (limited to 'libeufin/nexus-tutorial.rst')
-rw-r--r--libeufin/nexus-tutorial.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 3290a8c5..66f54d8c 100644
--- 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