fix(host): resolve Host-003,004 — replace plaintext secrets with env placeholders, validate site seed-node ports; re-triage Host-002

This commit is contained in:
Joseph Doherty
2026-05-16 21:22:01 -04:00
parent 016bdf9c3c
commit 6563511b5f
9 changed files with 297 additions and 18 deletions

View File

@@ -10,7 +10,7 @@
"Cluster": {
"SeedNodes": [
"akka.tcp://scadalink@localhost:8082",
"akka.tcp://scadalink@localhost:8083"
"akka.tcp://scadalink@localhost:8084"
],
"SplitBrainResolverStrategy": "keep-oldest",
"StableAfter": "00:00:15",