libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit c005dbe2260a182ecb0a6a7760e8a60e6dfb33eb
parent 042bfec6cbe9c3f732642f6777a94dd4aac5efe6
Author: MS <ms@taler.net>
Date:   Tue, 26 Sep 2023 11:10:54 +0200

follow-up

Diffstat:
Acontrib/docker-launcher/libeufin-bank.conf | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/contrib/docker-launcher/libeufin-bank.conf 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