commit 5959a5be0ca1fa03e6f1938b1bb8ecd7469c7ee6
parent 6834a8e18cf5400a201492874270bb588bfdccb9
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 4 Mar 2023 16:06:20 +0100
-fix ports
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/netzbon/config_launch_libeufin.sh b/netzbon/config_launch_libeufin.sh
@@ -83,7 +83,7 @@ export LIBEUFIN_SANDBOX_ADMIN_PASSWORD="${SANDBOX_ADMIN_PASSWORD}"
echo "LIBEUFIN_SANDBOX_ADMIN_PASSWORD=\"${SANDBOX_ADMIN_PASSWORD}\"" >> /etc/libeufin/sandbox.env
# TODO: grab port from configuration?
-SANDBOX_URL="http://localhost:5016/"
+SANDBOX_URL="http://localhost:${LIBEUFIN_SANDBOX_PORT}/"
systemctl enable --now libeufin-sandbox
echo "DONE"
@@ -153,7 +153,7 @@ echo "OK"
export LIBEUFIN_NEXUS_USERNAME="exchange-at-nexus"
export LIBEUFIN_NEXUS_PASSWORD=$NEXUS_EXCHANGE_PASSWORD
-export LIBEUFIN_NEXUS_URL="http://localhost:5001"
+export LIBEUFIN_NEXUS_URL="http://localhost:${LIBEUFIN_NEXUS_PORT}"
echo -n "Creating the EBICS connection at Nexus..."
libeufin-cli connections new-ebics-connection \
--ebics-url "${SANDBOX_URL}ebicsweb" \