Make port configurable (default 5100)

- Port now set via config.json "port" field
- Aggregator reads PORT from environment variable
- Updated all docs and scripts to use port 5100

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-02 23:24:24 -06:00
parent 5783a52cfa
commit 3e99780e87
6 changed files with 25 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
{
"aggregator_url": "http://localhost:5000",
"port": 5100,
"aggregator": {
"script": "aggregator.py"
},