gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: set proper protocol for exchan


From: gnunet
Subject: [taler-deployment] branch master updated: set proper protocol for exchange
Date: Tue, 07 Mar 2023 23:17:42 +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 ff02fb3  set proper protocol for exchange
ff02fb3 is described below

commit ff02fb3cf755b5896c3e5851e83dc6e68eeb3fa0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Mar 7 23:17:39 2023 +0100

    set proper protocol for exchange
---
 netzbon/config_launch_libeufin.sh | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/netzbon/config_launch_libeufin.sh 
b/netzbon/config_launch_libeufin.sh
index 3b42f79..7db5ae4 100755
--- a/netzbon/config_launch_libeufin.sh
+++ b/netzbon/config_launch_libeufin.sh
@@ -170,7 +170,13 @@ echo "EXCHANGE_IBAN=\"${EXCHANGE_IBAN}\"" >> 
${MY_DIR}/config/internal.conf
 echo "EXCHANGE_PAYTO=\"${EXCHANGE_PAYTO}\"" >> ${MY_DIR}/config/internal.conf
 
 say "Setting the default exchange at Sandbox..."
-libeufin-sandbox default-exchange "https://exchange.$DOMAIN_NAME/"; 
$EXCHANGE_PAYTO
+if test ${ENABLE_TLS:-} == "y"
+then
+    PROTO="https"
+else
+    PROTO="http"
+fi
+libeufin-sandbox default-exchange "${PROTO}://exchange.$DOMAIN_NAME/" 
$EXCHANGE_PAYTO
 say "DONE"
 
 export LIBEUFIN_SANDBOX_USERNAME="admin"

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