gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: use ‘export’ for LIBEUFIN_SANDBOX_AD


From: gnunet
Subject: [taler-docs] branch master updated: use ‘export’ for LIBEUFIN_SANDBOX_ADMIN_PASSWORD
Date: Fri, 21 Jan 2022 11:04:49 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 6bb0518  use ‘export’ for LIBEUFIN_SANDBOX_ADMIN_PASSWORD
6bb0518 is described below

commit 6bb0518097e8dc19b5dbb0a8d344d4994d510df2
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Jan 21 05:04:43 2022 -0500

    use ‘export’ for LIBEUFIN_SANDBOX_ADMIN_PASSWORD
---
 libeufin/nexus-tutorial.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 3290a8c..66f54d8 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
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]