anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit 4215a9b45ae06379b17d38c07ec7cdad2a2eff42
parent d4f353eabc520dc95fa5c71317af6947783e9676
Author: Antoine A <>
Date:   Wed,  7 Feb 2024 15:54:42 +0100

Add missing libeufin-bank mandatory config values

Diffstat:
Msrc/cli/test_reducer.conf | 2++
Msrc/testing/test_anastasis_api.conf | 2++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/cli/test_reducer.conf b/src/cli/test_reducer.conf @@ -102,6 +102,8 @@ SERVE = http [libeufin-bank] CURRENCY = TESTKUDOS +WIRE_TYPE = iban +IBAN_PAYTO_BIC = SANDBOXX DEFAULT_CUSTOMER_DEBT_LIMIT = TESTKUDOS:200 DEFAULT_ADMIN_DEBT_LIMIT = TESTKUDOS:2000 REGISTRATION_BONUS_ENABLED = yes diff --git a/src/testing/test_anastasis_api.conf b/src/testing/test_anastasis_api.conf @@ -25,6 +25,8 @@ BASE_URL = http://localhost: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