commit f507a0c5e6c8a9ef45783a87b79dabe6bbb39d20
parent 435e5de7912d685e72790a222c6c3419876568ff
Author: MS <ms@taler.net>
Date: Fri, 4 Nov 2022 14:59:58 +0100
read exchange URL from config
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/hybrid/images/exchange/startup.sh b/docker/hybrid/images/exchange/startup.sh
@@ -5,7 +5,7 @@ export LD_LIBRARY_PATH=/usr/local/lib
# Values from config file mounted at run time:
CURRENCY=`taler-config -c /config/deployment.conf -s taler-deployment -o currency`
-EXCHANGE_URL="http://exchange/"
+EXCHANGE_URL=`taler-config -c /config/deployment.conf -s taler-deployment -o default-exchange`
EXCHANGE_NEXUS_USERNAME=`taler-config -c /config/deployment.conf -s taler-deployment -o exchange-nexus-username`
EXCHANGE_NEXUS_PASSWORD=`taler-config -c /config/deployment.conf -s taler-deployment -o exchange-nexus-password`