feat(historian-host): bind TCP host/port/tls config

This commit is contained in:
Joseph Doherty
2026-06-12 11:19:46 -04:00
parent 3528702185
commit 7ce7505a36
4 changed files with 40 additions and 1 deletions
@@ -15,6 +15,10 @@
"Enabled": false,
"DatabasePath": "alarm-historian.db",
"PipeName": "OtOpcUaHistorian",
"Host": "localhost",
"Port": 32569,
"UseTls": false,
"ServerCertThumbprint": null,
"SharedSecret": "",
"DrainIntervalSeconds": 5,
"Capacity": 1000000,