Remove config.json from repo, move to gitignore. Change api_host to 10.0.1.2

This commit is contained in:
Lucy
2026-05-16 12:50:51 +02:00
parent 52b1b59264
commit b9adf420c9
3 changed files with 3 additions and 24 deletions

View File

@@ -37,7 +37,7 @@ class BridgeConfig:
max_message_length: int = 40000
processed_ids_limit: int = 200
agent_response_timeout: int = 300
api_host: str = "127.0.0.1"
api_host: str = "10.0.1.2"
api_port: int = 8082