gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: libeufin instructions


From: gnunet
Subject: [taler-docs] branch master updated: libeufin instructions
Date: Fri, 06 Aug 2021 12:46:16 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new b001701  libeufin instructions
b001701 is described below

commit b00170192ed291ab4bd9e37c5574c826ca9322a9
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Aug 6 12:46:14 2021 +0200

    libeufin instructions
---
 taler-exchange-setup-guide.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index 75bc9cc..dca4f72 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' \

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