feat: load balancing of api requests, cleanup api client

This commit is contained in:
Björn Fromme
2026-03-16 12:01:09 +01:00
parent ab48b1f867
commit 1fe8a2cb17
4 changed files with 190 additions and 222 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ services:
bpn_username: '%env(APP_BPN_USER)%'
bpn_password: '%env(APP_BPN_PASSWORD)%'
bpn_api_ip: '%env(APP_BPN_IP)%'
bpn_api_port: '%env(APP_BPN_PORT)%'
bpn_api_ports: '%env(csv:APP_BPN_PORTS)%'
debug: '%env(bool:APP_BPN_DEBUG)%'
connection_timeout: '%env(int:APP_BPN_CONNECTION_TIMEOUT)%'
stream_timeout: '%env(int:APP_BPN_STREAM_TIMEOUT)%'