Coordinator
Functions
Functions
loadConfig
Load configuration from environment variables
Signature:
loadConfig(): { orgId: string; gatewayUrl: string; pollIntervalMs: number; heartbeatThresholdMs: number; maxRestartAttempts: number; discordChannelId?: string | undefined; }
Returns:
{ orgId: string; gatewayUrl: string; pollIntervalMs: number; heartbeatThresholdMs: number; maxRestartAttempts: number; discordChannelId?: string \| undefined; } - Validated configuration object