docs(runtime): enforce canonical port 8000
This commit is contained in:
@@ -114,15 +114,20 @@ export MISSIONCORE_POLYGON_RUNS_ROOT=/mnt/d/NDC_MISSIONCORE/simulation/artifacts
|
||||
export MISSIONCORE_POLYGON_WORKER_SOCKET=/run/missioncore-sim/worker.sock
|
||||
export MISSIONCORE_POLYGON_WORKER_CONTROL=internal-virtual-only
|
||||
export MISSIONCORE_COMMIT=<exact-40-character-commit>
|
||||
uv run uvicorn k1link.web.app:app --host 127.0.0.1 --port 8765
|
||||
uv run k1link serve
|
||||
```
|
||||
|
||||
Open the Control Station:
|
||||
|
||||
```text
|
||||
http://127.0.0.1:8765/
|
||||
http://127.0.0.1:8000/
|
||||
```
|
||||
|
||||
The integrated backend has one canonical local endpoint. If `8000` is occupied
|
||||
by a stale Mission Core process, restart it; do not launch a second backend on
|
||||
an alternate port. TCP `8765` is reserved for the legacy Foxglove regression
|
||||
module and is not an operator path.
|
||||
|
||||
After Mission Core confirms the worker, `Полигон` must appear in the header and
|
||||
open the implemented Polygon workspace directly. The legacy
|
||||
`?workspace=polygon-run[&run=<qualification-run-id>]` URL redirects to
|
||||
|
||||
Reference in New Issue
Block a user