gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 02/03: write ‘config’ description, including example


From: gnunet
Subject: [taler-docs] 02/03: write ‘config’ description, including example
Date: Mon, 24 Jan 2022 10:24:06 +0100

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

ttn pushed a commit to branch master
in repository docs.

commit 7bfee7b21546be9513ea371ec1c9867050065763
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Mon Jan 24 04:22:48 2022 -0500

    write ‘config’ description, including example
---
 manpages/libeufin-sandbox.1.rst | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/manpages/libeufin-sandbox.1.rst b/manpages/libeufin-sandbox.1.rst
index 80a7344..239a56c 100644
--- a/manpages/libeufin-sandbox.1.rst
+++ b/manpages/libeufin-sandbox.1.rst
@@ -65,7 +65,23 @@ The following sections describe each command in detail.
 Command ``config``
 ==================
 
-.. WRITEME
+This command takes argument ``NAME`` and creates a demobank with that name.
+
+Option ``--currency CUR`` (default: ``EUR``) specifes another currency.
+Option ``--bank-debt-limit N`` (default: 1000000) specifies that
+the bank debt limit should be N (units of currency).
+Similarly, option ``--users-debt-limit N`` (default: 1000) specifies
+that the users debt limit should be N (units of currency).
+
+For example:
+
+.. code-block:: console
+
+  $ libeufin-sandbox config default
+
+This creates the demobank ``default`` with currency ``EUR``,
+bank debt limit 1000000, users debt limit 1000,
+and allows registrations.
 
 
 Command ``default-exchange``

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