[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: config: remove old option, add documen
From: |
gnunet |
Subject: |
[libeufin] branch master updated: config: remove old option, add documentation |
Date: |
Tue, 26 Sep 2023 13:18:42 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new 2bd48594 config: remove old option, add documentation
2bd48594 is described below
commit 2bd48594c2db4ca71419b41b5ad97f60b9f7bab2
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Sep 26 13:18:30 2023 +0200
config: remove old option, add documentation
---
contrib/libeufin-bank.conf | 19 +++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)
diff --git a/contrib/libeufin-bank.conf b/contrib/libeufin-bank.conf
index 468a0eda..8ea0bb85 100644
--- a/contrib/libeufin-bank.conf
+++ b/contrib/libeufin-bank.conf
@@ -1,14 +1,29 @@
[libeufin-bank]
+
+# Internal currency of the libeufin-bank
CURRENCY = KUDOS
+
+# Debt limit for newly created customer accounts
DEFAULT_CUSTOMER_DEBT_LIMIT = KUDOS:200
+
+# Debt limit of the admin. Typically higher,
+# since sign-up bonuses are deducted from the
+# admin account.
DEFAULT_ADMIN_DEBT_LIMIT = KUDOS:2000
-REGISTRATION_BONUS = KUDOS:100
+
+# Do newly registered bank customers receive
+# a sign-up bonus?
REGISTRATION_BONUS_ENABLED = yes
-MAX_AUTH_TOKEN_DURATION = 1d
+# Value of the registration bonus for new users.
+# Only applicable of enabled.
+REGISTRATION_BONUS = KUDOS:100
+
+# Where "libeufin-bank serve" serves its API
SERVE = tcp
PORT = 8080
+
[libeufin-bankdb-postgres]
# Where are the SQL files to setup our tables?
SQL_DIR = $DATADIR/sql/libeufin-bank/
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: config: remove old option, add documentation,
gnunet <=