exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit f39bd172d895c53cfb2fb7c9f395c8811ad6ecf5
parent eac5c8b97e46a09359eb6065cb74ae28e0a48886
Author: Antoine A <>
Date:   Tue,  6 Feb 2024 16:01:23 +0100

Add missing libeufin-bank mandatory config values

Diffstat:
Msrc/testing/test_bank_api.conf | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/testing/test_bank_api.conf b/src/testing/test_bank_api.conf @@ -12,6 +12,8 @@ HTTP_PORT = 8082 [libeufin-bank] CURRENCY = EUR +WIRE_TYPE = iban +IBAN_PAYTO_BIC = SANDBOXX= DEFAULT_CUSTOMER_DEBT_LIMIT = EUR:200 DEFAULT_ADMIN_DEBT_LIMIT = EUR:2000 REGISTRATION_BONUS_ENABLED = yes