gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: -fix ports


From: gnunet
Subject: [taler-deployment] branch master updated: -fix ports
Date: Sat, 04 Mar 2023 16:06:23 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 5959a5b  -fix ports
5959a5b is described below

commit 5959a5be0ca1fa03e6f1938b1bb8ecd7469c7ee6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 16:06:20 2023 +0100

    -fix ports
---
 netzbon/config_launch_libeufin.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/netzbon/config_launch_libeufin.sh 
b/netzbon/config_launch_libeufin.sh
index df12d5b..9fa7f51 100755
--- 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" \

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