Allow pasing orgId to select org to connect

Former-commit-id: 46a4847cee
This commit is contained in:
Owen
2025-11-03 16:54:38 -08:00
parent b0fb370c4d
commit 43b3822090
3 changed files with 18 additions and 0 deletions

View File

@@ -209,6 +209,7 @@ func main() {
PingIntervalDuration: config.PingIntervalDuration,
PingTimeoutDuration: config.PingTimeoutDuration,
Version: config.Version,
OrgID: config.OrgID,
}
// Create a context that will be cancelled on interrupt signals