From 4215a9b45ae06379b17d38c07ec7cdad2a2eff42 Mon Sep 17 00:00:00 2001 From: Antoine A <> Date: Wed, 7 Feb 2024 15:54:42 +0100 Subject: Add missing libeufin-bank mandatory config values --- src/cli/test_reducer.conf | 2 ++ src/testing/test_anastasis_api.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/cli/test_reducer.conf b/src/cli/test_reducer.conf index 612177f..4f26a79 100644 --- 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 index 862149a..53801d4 100644 --- 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 -- cgit v1.2.3