gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: omit trailing slash in LOCALHOST:POR


From: gnunet
Subject: [taler-docs] branch master updated: omit trailing slash in LOCALHOST:PORT URLs
Date: Thu, 24 Feb 2022 12:29:10 +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 3be6097  omit trailing slash in LOCALHOST:PORT URLs
3be6097 is described below

commit 3be60975df44f8d0bb52a15f6258cba207cc8c9a
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Feb 24 06:29:02 2022 -0500

    omit trailing slash in LOCALHOST:PORT URLs
---
 libeufin/nexus-tutorial.rst | 4 ++--
 manpages/libeufin-cli.1.rst | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index f2fd52d..cdfc37b 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -172,7 +172,7 @@ information, and the URL of the sandbox service:
 
    $ export LIBEUFIN_SANDBOX_USERNAME=admin
    $ export LIBEUFIN_SANDBOX_PASSWORD=secret
-   $ export LIBEUFIN_SANDBOX_URL=http://localhost:5016/
+   $ export LIBEUFIN_SANDBOX_URL=http://localhost:5016
 
 Note that the password is the same as for ``LIBEUFIN_SANDBOX_ADMIN_PASSWORD``.
 Verify that the sandbox is running:
@@ -434,7 +434,7 @@ to be defined in the environment: ``LIBEUFIN_NEXUS_URL``, 
``LIBEUFIN_NEXUS_USERN
 and ``LIBEUFIN_NEXUS_PASSWORD``.  In this example, ``LIBEUFIN_NEXUS_USERNAME`` 
should be
 set to ``foo``, and ``LIBEUFIN_NEXUS_PASSWORD`` to the value given for its 
password
 in the previous step (with the ``libeufin-nexus superuser`` command).  The
-``LIBEUFIN_NEXUS_URL`` could be given as ``http://localhost:5017/``.
+``LIBEUFIN_NEXUS_URL`` could be given as ``http://localhost:5017``.
 
 Next, we create a EBICS *bank connection* that nexus can use to communicate 
with the bank.
 
diff --git a/manpages/libeufin-cli.1.rst b/manpages/libeufin-cli.1.rst
index 894d9ae..8a8a8ec 100644
--- a/manpages/libeufin-cli.1.rst
+++ b/manpages/libeufin-cli.1.rst
@@ -50,7 +50,7 @@ the following environment variables need to be set:
   This is the same password chosen when the sandbox was started.
 
 ``LIBEUFIN_SANDBOX_URL``
-  This is ``http://localhost:PORT/``, where ``PORT`` is the
+  This is ``http://localhost:PORT``, where ``PORT`` is the
   same port chosen when the sandbox was started.
   This URL can also be specified with the ``--sandbox-url URL``
   option to the ``sandbox`` command (see below).
@@ -67,7 +67,7 @@ the following environment variables need to be set:
   This is the password associated with the username.
 
 ``LIBEUFIN_NEXUS_URL``
-  This is ``http://localhost:PORT/``, where ``PORT`` is the
+  This is ``http://localhost:PORT``, where ``PORT`` is the
   same port chosen when the nexus was started.
 
 Of the six commands, the ``sandbox`` command talks to the sandbox,

-- 
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]