[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] 02/04: follow-up
From: |
gnunet |
Subject: |
[libeufin] 02/04: follow-up |
Date: |
Tue, 26 Sep 2023 11:12:28 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository libeufin.
commit c005dbe2260a182ecb0a6a7760e8a60e6dfb33eb
Author: MS <ms@taler.net>
AuthorDate: Tue Sep 26 11:10:54 2023 +0200
follow-up
---
contrib/docker-launcher/libeufin-bank.conf | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/contrib/docker-launcher/libeufin-bank.conf
b/contrib/docker-launcher/libeufin-bank.conf
new file mode 100644
index 00000000..3add3927
--- /dev/null
+++ b/contrib/docker-launcher/libeufin-bank.conf
@@ -0,0 +1,17 @@
+[libeufin-bank]
+CURRENCY = KUDOS
+DEFAULT_CUSTOMER_DEBT_LIMIT = KUDOS:200
+DEFAULT_ADMIN_DEBT_LIMIT = KUDOS:2000
+REGISTRATION_BONUS = KUDOS:100
+REGISTRATION_BONUS_ENABLED = yes
+MAX_AUTH_TOKEN_DURATION = 1d
+
+SERVE = tcp
+PORT = 8080
+
+[libeufin-bankdb-postgres]
+# Where are the SQL files to setup our tables?
+SQL_DIR = /usr/local/share/taler/sql/libeufin-bank/
+
+# DB connection string
+CONFIG = postgresql:///libeufinbank
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.