summaryrefslogtreecommitdiff
path: root/taler-exchange-setup-guide.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-06 12:46:14 +0200
committerFlorian Dold <florian@dold.me>2021-08-06 12:46:14 +0200
commitb00170192ed291ab4bd9e37c5574c826ca9322a9 (patch)
tree7e39ced6edc4301f0d39fab19c521dd72bfd400a /taler-exchange-setup-guide.rst
parent36ca16c2cc540d348547ff8dd6a126fb9b8cd8b4 (diff)
downloaddocs-b00170192ed291ab4bd9e37c5574c826ca9322a9.tar.gz
docs-b00170192ed291ab4bd9e37c5574c826ca9322a9.tar.bz2
docs-b00170192ed291ab4bd9e37c5574c826ca9322a9.zip
libeufin instructions
Diffstat (limited to 'taler-exchange-setup-guide.rst')
-rw-r--r--taler-exchange-setup-guide.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index 75bc9cc9..dca4f72a 100644
--- a/taler-exchange-setup-guide.rst
+++ b/taler-exchange-setup-guide.rst
@@ -528,19 +528,19 @@ once at 11pm every day :
.. code-block:: console
- [root@exchange-online]# libeufin-cli accounts task-schedule myacct \
- --task-type="submit"
- --task-name='submit-payments-hourly'
+ [root@exchange-online]# libeufin-cli accounts task-schedule $LOCAL_ACCOUNT_NAME \
+ --task-type="submit" \
+ --task-name='submit-payments-hourly' \
--task-cronspec='0 0 *'
- [root@exchange-online]# libeufin-cli accounts task-schedule myacct \
+ [root@exchange-online]# libeufin-cli accounts task-schedule $LOCAL_ACCOUNT_NAME \
--task-type="fetch" \
--task-name='fetch-5min' \
--task-cronspec='0 */5 *' \
--task-param-level=report \
--task-param-range-type=latest
- [root@exchange-online]# libeufin-cli accounts task-schedule myacct \
+ [root@exchange-online]# libeufin-cli accounts task-schedule $LOCAL_ACCOUNT_NAME \
--task-type="fetch" \
--task-name='fetch-daily' \
--task-cronspec='0 0 23' \