gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix navigation bar links at ba


From: gnunet
Subject: [taler-deployment] branch master updated: fix navigation bar links at bank UI
Date: Thu, 27 Oct 2022 18:12:20 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 6a12084  fix navigation bar links at bank UI
6a12084 is described below

commit 6a12084c3e978a8ffaef03d342363451981dc511
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 27 18:11:29 2022 +0200

    fix navigation bar links at bank UI
---
 docker/hybrid/images/libeufin/startup.sh | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docker/hybrid/images/libeufin/startup.sh 
b/docker/hybrid/images/libeufin/startup.sh
index 02048e8..129e404 100644
--- a/docker/hybrid/images/libeufin/startup.sh
+++ b/docker/hybrid/images/libeufin/startup.sh
@@ -53,6 +53,14 @@ libeufin-sandbox default-exchange \
   ${EXCHANGE_URL} \
   "payto://iban/SANDBOXX/${EXCHANGE_IBAN}?receiver-name=Exchange+Company"
 echo DONE
+
+# Provide navigation bar links.
+export TALER_ENV_URL_MERCHANT_BLOG=`taler-config -c /config/deployment.conf -s 
taler-deployment -o blog-url`
+export TALER_ENV_URL_MERCHANT_DONATIONS=`taler-config -c 
/config/deployment.conf -s taler-deployment -o donations-url`
+export TALER_ENV_URL_MERCHANT_SURVEY=`taler-config -c /config/deployment.conf 
-s taler-deployment -o survey-url`
+export TALER_ENV_URL_INTRO=`taler-config -c /config/deployment.conf -s 
taler-deployment -o landing-url`
+export TALER_ENV_URL_BANK=`taler-config -c /config/deployment.conf -s 
taler-deployment -o bank-url`
+
 echo -n "Launching Sandbox..."
 libeufin-sandbox serve --no-localhost-only --port $SANDBOX_PORT 2>&1 | \
   rotatelogs -e /logs/libeufin-sandbox-serve-%Y-%m-%d 86400 &

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