You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/loopover-miner/DEPLOYMENT.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,6 +186,24 @@ See [`docs/operations-runbook.md`](docs/operations-runbook.md) for operational s
186
186
See [`docs/sizing.md`](docs/sizing.md) for measured CPU/RAM/disk numbers for laptop mode vs. fleet mode at
187
187
different worker counts, with the exact commands used to reproduce them.
188
188
189
+
## Environment variable reference
190
+
191
+
All optional. The per-store `LOOPOVER_MINER_<NAME>_DB` path overrides (e.g. `LOOPOVER_MINER_PORTFOLIO_QUEUE_DB`)
192
+
and `LOOPOVER_MINER_CONFIG_DIR` are covered above under the fleet/state notes; the rest are:
193
+
194
+
| Variable | Read by | Purpose |
195
+
| --- | --- | --- |
196
+
|`LOOPOVER_MINER_AMS_POLICY_PATH`|`lib/ams-policy.js`| Path to the operator's `.loopover-ams.yml` policy spec. |
197
+
|`LOOPOVER_MINER_AMS_COLLECTOR_URL`, `LOOPOVER_MINER_AMS_COLLECTOR_TOKEN`|`lib/orb-export.js`| Endpoint + bearer for pushing fleet state to an AMS/Orb collector. |
198
+
|`LOOPOVER_MINER_CHAT_ACTIONS`|`lib/chat-action-dispatch.js`| Truthy string enables the chat-action-dispatch flag (off by default). |
|`LOOPOVER_MINER_VERSION`|`lib/version.js`| Overrides the reported release id (e.g. for a custom build). |
206
+
189
207
## Optional hosted discovery plane (opt-in)
190
208
191
209
The Phase 6 **hosted discovery-index** is **off by default** — unlike Orb fleet export (`ORB_AIR_GAP` is the only opt-out). Operators who want cross-fleet metadata queries or soft-claim coordination must opt in explicitly. See [`docs/discovery-plane-operator-guide.md`](docs/discovery-plane-operator-guide.md) ([#4309](https://github.com/JSONbored/gittensory/issues/4309), placeholder until [#4300](https://github.com/JSONbored/gittensory/issues/4300) / [#4301](https://github.com/JSONbored/gittensory/issues/4301) / [#4302](https://github.com/JSONbored/gittensory/issues/4302) ship).
0 commit comments