gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: setting some fees as zero


From: gnunet
Subject: [taler-deployment] branch master updated: setting some fees as zero
Date: Fri, 04 Nov 2022 15:22:18 +0100

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 e33da80  setting some fees as zero
e33da80 is described below

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

    setting some fees as zero
---
 docker/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
index e99b089..ae0c565 100644
--- 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
 

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