taler-deployment

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

commit e33da8079409fc94402ff0a015618ce25ac03c06
parent f507a0c5e6c8a9ef45783a87b79dabe6bbb39d20
Author: MS <ms@taler.net>
Date:   Fri,  4 Nov 2022 15:22:12 +0100

setting some fees as zero

Diffstat:
Mdocker/hybrid/images/exchange/startup.sh | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docker/hybrid/images/exchange/startup.sh b/docker/hybrid/images/exchange/startup.sh @@ -66,6 +66,10 @@ for n in `seq 1 50` exit 1 fi echo DONE +# echo -n "Launching sync..." +# sync-httpd -L DEBUG -c /config/taler.conf 2>&1 | \ +# rotatelogs -e /logs/sync-httpd-%Y-%m-%d 86400 & +# echo DONE echo -n "Launching wirewatch..." taler-exchange-wirewatch -L DEBUG -c /config/taler.conf 2>&1 | \ rotatelogs -e /logs/taler-exchange-wirewatch-%Y-%m-%d 86400 & @@ -84,7 +88,7 @@ taler-exchange-offline -L DEBUG -c /config/taler.conf \ download sign \ enable-account "payto://iban/SANDBOXX/${EXCHANGE_IBAN}?receiver-name=Exchange+Company" \ wire-fee now iban ${CURRENCY}:0.01 ${CURRENCY}:0.01 \ - global-fee now ${CURRENCY}:0.01 ${CURRENCY}:0.01 ${CURRENCY}:0.01 1h 1year 5 \ + global-fee now ${CURRENCY}:0 ${CURRENCY}:0 ${CURRENCY}:0 1h 1year 5 \ upload 2>&1 echo DONE