thundercode commited on
Commit
a6d4529
·
verified ·
1 Parent(s): f230383

release: add docs/SERVING.md

Browse files
Files changed (1) hide show
  1. docs/SERVING.md +2 -2
docs/SERVING.md CHANGED
@@ -590,7 +590,7 @@ available?", which is exactly the kind of drift the project's discipline forbids
590
  it if it exits. See §9.
591
  5. **Environment** — exports `SATQUERY_DEVICE=cpu`, `SATQUERY_ASSET_ENABLED=1`,
592
  `SATQUERY_ASSET_DIR=/tmp/satquery-assets`, and
593
- `SATQUERY_HUB_URL=https://satquery-backend-m4yv.onrender.com`.
594
  6. **Verification** — step 3 verifies the agent "announced to hub", so the launcher does not report
595
  success merely because the process started.
596
 
@@ -973,7 +973,7 @@ The agent's role, assembled from the evidence that exists:
973
  announcing is part of the agent's contract and the launcher treats a failed announcement as a failed
974
  launch.
975
  - **`SATQUERY_HUB_URL` names the hub.** The launcher sets it to
976
- `https://satquery-backend-m4yv.onrender.com`, which is the same host the frontend's
977
  `<meta name="satquery-api-base">` names (`frontend/mission.html`). So the hub, the orchestrator, and
978
  the API base are one host.
979
  - **It is supervised, and it is started after the service.** The launcher starts the service
 
590
  it if it exits. See §9.
591
  5. **Environment** — exports `SATQUERY_DEVICE=cpu`, `SATQUERY_ASSET_ENABLED=1`,
592
  `SATQUERY_ASSET_DIR=/tmp/satquery-assets`, and
593
+ `SATQUERY_HUB_URL=https://<backend-host>`.
594
  6. **Verification** — step 3 verifies the agent "announced to hub", so the launcher does not report
595
  success merely because the process started.
596
 
 
973
  announcing is part of the agent's contract and the launcher treats a failed announcement as a failed
974
  launch.
975
  - **`SATQUERY_HUB_URL` names the hub.** The launcher sets it to
976
+ `https://<backend-host>`, which is the same host the frontend's
977
  `<meta name="satquery-api-base">` names (`frontend/mission.html`). So the hub, the orchestrator, and
978
  the API base are one host.
979
  - **It is supervised, and it is started after the service.** The launcher starts the service