libeufin

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

commit 75d017a5522667cb3e3126c571e232804466a5f8
parent 5021993918ec5f015b1d68b866462bf89f61c04e
Author: Antoine A <>
Date:   Mon,  3 Nov 2025 12:55:00 +0100

bank: remove default BASE_URL

Diffstat:
Mbank/conf/test.conf | 1+
Mbank/conf/test_bonus.conf | 1+
Mbank/conf/test_no_conversion.conf | 1+
Mbank/conf/test_no_password_check.conf | 1+
Mbank/conf/test_restrict.conf | 1+
Mbank/conf/test_tan_err.conf | 1+
Mbank/conf/test_with_fees.conf | 1+
Mbank/conf/test_x_taler_bank.conf | 1+
Mcontrib/bank.conf | 2+-
Mtestbench/conf/integration.conf | 1+
Mtestbench/conf/mini.conf | 1+
11 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/bank/conf/test.conf b/bank/conf/test.conf @@ -1,5 +1,6 @@ [libeufin-bank] CURRENCY = KUDOS +BASE_URL = http://localhost:8080/ WIRE_TYPE = iban IBAN_PAYTO_BIC = SANDBOXX DEFAULT_DEBT_LIMIT = KUDOS:100 diff --git a/bank/conf/test_bonus.conf b/bank/conf/test_bonus.conf @@ -1,5 +1,6 @@ [libeufin-bank] CURRENCY = KUDOS +BASE_URL = http://localhost:8080/ WIRE_TYPE = iban IBAN_PAYTO_BIC = SANDBOXX REGISTRATION_BONUS = KUDOS:100 diff --git a/bank/conf/test_no_conversion.conf b/bank/conf/test_no_conversion.conf @@ -1,5 +1,6 @@ [libeufin-bank] CURRENCY = KUDOS +BASE_URL = http://localhost:8080/ WIRE_TYPE = iban IBAN_PAYTO_BIC = SANDBOXX ALLOW_REGISTRATION = yes diff --git a/bank/conf/test_no_password_check.conf b/bank/conf/test_no_password_check.conf @@ -1,5 +1,6 @@ [libeufin-bank] CURRENCY = KUDOS +BASE_URL = http://localhost:8080/ WIRE_TYPE = iban IBAN_PAYTO_BIC = SANDBOXX ALLOW_REGISTRATION = yes diff --git a/bank/conf/test_restrict.conf b/bank/conf/test_restrict.conf @@ -1,5 +1,6 @@ [libeufin-bank] CURRENCY = KUDOS +BASE_URL = http://localhost:8080/ WIRE_TYPE = iban IBAN_PAYTO_BIC = SANDBOXX DEFAULT_DEBT_LIMIT = KUDOS:100 diff --git a/bank/conf/test_tan_err.conf b/bank/conf/test_tan_err.conf @@ -1,5 +1,6 @@ [libeufin-bank] CURRENCY = KUDOS +BASE_URL = http://localhost:8080/ WIRE_TYPE = iban IBAN_PAYTO_BIC = SANDBOXX DEFAULT_DEBT_LIMIT = KUDOS:100 diff --git a/bank/conf/test_with_fees.conf b/bank/conf/test_with_fees.conf @@ -1,5 +1,6 @@ [libeufin-bank] CURRENCY = KUDOS +BASE_URL = http://localhost:8080/ WIRE_TYPE = iban IBAN_PAYTO_BIC = SANDBOXX DEFAULT_DEBT_LIMIT = KUDOS:100 diff --git a/bank/conf/test_x_taler_bank.conf b/bank/conf/test_x_taler_bank.conf @@ -1,5 +1,6 @@ [libeufin-bank] CURRENCY = KUDOS +BASE_URL = http://localhost:8080/ WIRE_TYPE = x-taler-bank X_TALER_BANK_PAYTO_HOSTNAME = bank.hostname.test DEFAULT_DEBT_LIMIT = KUDOS:100 diff --git a/contrib/bank.conf b/contrib/bank.conf @@ -7,7 +7,7 @@ CURRENCY = WIRE_TYPE = # The bank base URL -BASE_URL = http://localhost:8080/ +# BASE_URL = https://bank.example.com/ # Bank BIC used in generated iban payto URI. Required if WIRE_TYPE = iban # IBAN_PAYTO_BIC = diff --git a/testbench/conf/integration.conf b/testbench/conf/integration.conf @@ -1,5 +1,6 @@ [libeufin-bank] CURRENCY = KUDOS +BASE_URL = http://localhost:8080/ WIRE_TYPE = x-taler-bank X_TALER_BANK_PAYTO_HOSTNAME = https://bank.example.com SUGGESTED_WITHDRAWAL_EXCHANGE = https://exchange.example.com diff --git a/testbench/conf/mini.conf b/testbench/conf/mini.conf @@ -1,5 +1,6 @@ [libeufin-bank] CURRENCY = KUDOS +BASE_URL = http://localhost:8080/ [nexus-ebics] CURRENCY = CHF