From 6bb0518097e8dc19b5dbb0a8d344d4994d510df2 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 21 Jan 2022 05:04:43 -0500 Subject: use ‘export’ for LIBEUFIN_SANDBOX_ADMIN_PASSWORD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libeufin/nexus-tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libeufin/nexus-tutorial.rst') 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 -- cgit v1.2.3