docs(homolog): guia de operacao da suite + fragment de changelog + allowlist env-doc-sync

This commit is contained in:
Diego Rodrigues de Sa e Souza
2026-07-14 01:13:54 -03:00
parent d01917290e
commit 434978edc6
3 changed files with 114 additions and 0 deletions

View File

@@ -101,6 +101,15 @@ const IGNORE_FROM_CODE = new Set([
// ("http://192.168.0.15:20128" / null), never OmniRoute runtime config (#5151).
"COMBO_LIVE_BASE_URL",
"COMBO_LIVE_API_KEY",
// Homologation E2E suite (npm run homolog) vars — configured via the dedicated
// .env.homolog file (template: .env.homolog.example), never in the runtime .env.
// Test/ops-only signals against the homologation VPS, same class as COMBO_LIVE_*.
// See docs/ops/HOMOLOGATION.md.
"HOMOLOG_BASE_URL",
"HOMOLOG_ADMIN_PASSWORD",
"HOMOLOG_API_KEY",
"HOMOLOG_CRITICAL_PROVIDERS",
"HOMOLOG_EXPECT_VERSION",
// update-notifier opt-out for the CLI binary.
"OMNIROUTE_NO_UPDATE_NOTIFIER",
// Headless CLI execution flag for Electron.