summaryrefslogtreecommitdiff
path: root/libeufin/nexus-tutorial.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-02-22 10:01:34 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-02-22 10:02:23 -0500
commita7668eefe681f0975573d8699e2147103ad9d5ba (patch)
tree3444d22fb7e072e2e2b232d9b31d0cb1789942b4 /libeufin/nexus-tutorial.rst
parent61c505b68f928882abf276978c20f1b2e7fed981 (diff)
downloaddocs-a7668eefe681f0975573d8699e2147103ad9d5ba.tar.gz
docs-a7668eefe681f0975573d8699e2147103ad9d5ba.tar.bz2
docs-a7668eefe681f0975573d8699e2147103ad9d5ba.zip
mention relationship between LIBEUFIN_SANDBOX_URL and EBICS_BASE_URL
Diffstat (limited to 'libeufin/nexus-tutorial.rst')
-rw-r--r--libeufin/nexus-tutorial.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 36f8b27f..75924399 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -442,6 +442,9 @@ Next, we create a EBICS *bank connection* that nexus can use to communicate with
For the sandbox setup in this guide, the ``EBICS_BASE_URL``
should be ``http://localhost:5016/ebicsweb``.
+ Note that this is the value of environment variable
+ ``LIBEUFIN_SANDBOX_URL`` suffixed with ``/ebicsweb``,
+ since the sandbox will providing EBICS services.
.. code-block:: console