gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] 02/02: read default exchange from config


From: gnunet
Subject: [taler-deployment] 02/02: read default exchange from config
Date: Fri, 21 Oct 2022 13:32:59 +0200

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

ms pushed a commit to branch master
in repository deployment.

commit 23c5ecf1435c0db3f1901926e0c9bc2b7df7d691
Author: MS <ms@taler.net>
AuthorDate: Fri Oct 21 13:32:51 2022 +0200

    read default exchange from config
---
 docker/hybrid/config/deployment.conf     | 1 +
 docker/hybrid/images/libeufin/startup.sh | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docker/hybrid/config/deployment.conf 
b/docker/hybrid/config/deployment.conf
index b506ecb..e332fef 100644
--- a/docker/hybrid/config/deployment.conf
+++ b/docker/hybrid/config/deployment.conf
@@ -6,3 +6,4 @@ exchange-nexus-password = secret-at-nexus
 exchange-sandbox-username = exchange-at-sandbox
 exchange-sandbox-password = secret-at-sandbox
 db-password = db-secret
+default-exchange = http://exchange/
diff --git a/docker/hybrid/images/libeufin/startup.sh 
b/docker/hybrid/images/libeufin/startup.sh
index ca66f0c..4dc97e2 100644
--- a/docker/hybrid/images/libeufin/startup.sh
+++ b/docker/hybrid/images/libeufin/startup.sh
@@ -7,7 +7,7 @@ CURRENCY=`taler-config -c /config/deployment.conf -s 
taler-deployment -o currenc
 SANDBOX_PORT=15000
 NEXUS_PORT=15001
 SANDBOX_BASE_URL="http://localhost:${SANDBOX_PORT}";
-EXCHANGE_URL="http://exchange/";
+EXCHANGE_URL=`taler-config -c /config/deployment.conf -s taler-deployment -o 
default-exchange`
 MAYBE_VOLUME_MOUNTPOINT="/data/libeufin"
 # As wanted by the Libeufin CLI:
 export LIBEUFIN_SANDBOX_URL="${SANDBOX_BASE_URL}/demobanks/default"

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