From d9df371f03e65284b52c13877012c6cd716845d3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 5 Oct 2023 09:27:24 +0200 Subject: clean up taler-unified setup for new libeufin-bank --- src/testing/test_bank_api.conf | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/testing/test_bank_api.conf') diff --git a/src/testing/test_bank_api.conf b/src/testing/test_bank_api.conf index 0f5a8abeb..3618770bc 100644 --- a/src/testing/test_bank_api.conf +++ b/src/testing/test_bank_api.conf @@ -7,7 +7,15 @@ TALER_TEST_HOME = test_exchange_api_home/ currency = EUR [bank] -# not (!) used by the nexus, only by the helper -# check to make sure the port is free for Nexus. SERVE = http HTTP_PORT = 8082 + +[libeufin-bank] +CURRENCY = EUR +DEFAULT_CUSTOMER_DEBT_LIMIT = EUR:200 +DEFAULT_ADMIN_DEBT_LIMIT = EUR:2000 +REGISTRATION_BONUS_ENABLED = yes +REGISTRATION_BONUS = EUR:100 +SUGGESTED_WITHDRAWAL_EXCHANGE = http://localhost:8081/ +SERVE = tcp +PORT = 8082 -- cgit v1.2.3