feat: add GrpcNodeAAddress/GrpcNodeBAddress to Site entity, CLI, and UI

This commit is contained in:
Joseph Doherty
2026-03-21 11:45:22 -04:00
parent 64ee316609
commit 9b0a80dcbd
5 changed files with 51 additions and 7 deletions

View File

@@ -8,6 +8,8 @@ public class Site
public string? Description { get; set; }
public string? NodeAAddress { get; set; }
public string? NodeBAddress { get; set; }
public string? GrpcNodeAAddress { get; set; }
public string? GrpcNodeBAddress { get; set; }
public Site(string name, string siteIdentifier)
{