feat: load balancing of api requests, cleanup api client

This commit is contained in:
Björn Fromme
2026-01-07 08:33:16 +01:00
parent 1e3389e21a
commit 69df93b773
4 changed files with 190 additions and 222 deletions
+1 -1
View File
@@ -61,7 +61,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)%'