diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-10-05 09:27:51 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-10-05 09:28:00 +0200 |
commit | d05295c240865e4dc2926caa1a22c7381219e5cd (patch) | |
tree | aa618a20b4d8337c201a1e963b35e34dc0771dd7 /src/testing/test_merchant_api.conf | |
parent | 7639fce5a66564f6f9e2b569d3789412df0088a4 (diff) |
towards being able to test with libeufin-bank
Diffstat (limited to 'src/testing/test_merchant_api.conf')
-rw-r--r-- | src/testing/test_merchant_api.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/testing/test_merchant_api.conf b/src/testing/test_merchant_api.conf index 2013fa60..0fc5f915 100644 --- a/src/testing/test_merchant_api.conf +++ b/src/testing/test_merchant_api.conf @@ -17,6 +17,16 @@ DURATION = 14 days [bank] 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 + [merchant] PORT = 8080 |