taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 397349265975f3052eda0e7088ba62c091dd9c87
parent 1b9e2474bf118f227163de5f778a137b059d002c
Author: MS <ms@taler.net>
Date:   Sat,  4 Mar 2023 18:58:27 +0100

Netzbon: sharing WIRE_GATEWAY_URL in the env

Diffstat:
Mnetzbon/config_launch_libeufin.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/netzbon/config_launch_libeufin.sh b/netzbon/config_launch_libeufin.sh @@ -215,6 +215,8 @@ libeufin-cli facades \ ${EBICS_CONNECTION_NAME} ${LIBEUFIN_NEXUS_USERNAME} || true echo "OK" +export WIRE_GATEWAY_URL="${LIBEUFIN_NEXUS_URL}/facades/${LIBEUFIN_TALER_FACADE}/taler-wire-gateway/" + echo -n "Configuring the background jobs to submit/get transactions..." # Tries every second. # Not idempotent, FIXME #7739