docs(sphistorianclient): document HISTORIAN_PORT env var; mark plan tasks complete

This commit is contained in:
Joseph Doherty
2026-06-19 06:09:43 -04:00
parent 78418346df
commit 5f7d7e1b58
2 changed files with 8 additions and 7 deletions
+1
View File
@@ -137,6 +137,7 @@ and skip cleanly when unset.
| Variable | Required | Notes |
|---|---|---|
| `HISTORIAN_HOST` | yes (gates WCF tests) | Historian server hostname or IP |
| `HISTORIAN_PORT` | optional | Override the WCF TCP port (default 32568) |
| `HISTORIAN_TEST_TAG` | yes | A historized tag that exists on the server (use a system tag such as `SysTimeSec` for safe testing) |
| `HISTORIAN_USER` | optional | Omit to use Windows integrated security |
| `HISTORIAN_PASSWORD` | optional | Only used when `HISTORIAN_USER` is set |