commit 2bd48594c2db4ca71419b41b5ad97f60b9f7bab2 parent ea0bcd6577041d3748987821431277a3caf9fcda Author: Florian Dold <florian@dold.me> Date: Tue, 26 Sep 2023 13:18:30 +0200 config: remove old option, add documentation Diffstat:
| M | contrib/libeufin-bank.conf | | | 19 | +++++++++++++++++-- |
1 file changed, 17 insertions(+), 2 deletions(-)
diff --git 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/