summaryrefslogtreecommitdiff
path: root/libeufin/nexus-tutorial.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-02-24 06:29:02 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-02-24 06:29:02 -0500
commit3be60975df44f8d0bb52a15f6258cba207cc8c9a (patch)
treee79d3e2c4c24e24834ecd61edd363d4c294ad6b5 /libeufin/nexus-tutorial.rst
parent690853e82d9576b37d69bf4376f729cd6ff26614 (diff)
downloaddocs-3be60975df44f8d0bb52a15f6258cba207cc8c9a.tar.gz
docs-3be60975df44f8d0bb52a15f6258cba207cc8c9a.tar.bz2
docs-3be60975df44f8d0bb52a15f6258cba207cc8c9a.zip
omit trailing slash in LOCALHOST:PORT URLs
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 f2fd52dd..cdfc37b6 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.