Class GatewayRuntimeDefaults
- Namespace
- JD.AI.Core.Infrastructure
- Assembly
- JD.AI.Core.dll
Shared runtime defaults for gateway host/port/addressing and health endpoints.
public static class GatewayRuntimeDefaults
- Inheritance
-
GatewayRuntimeDefaults
- Inherited Members
Fields
DefaultHost
public const string DefaultHost = "localhost"
Field Value
DefaultPort
public const int DefaultPort = 15790
Field Value
HealthLivePath
public const string HealthLivePath = "/health/live"
Field Value
HealthPath
public const string HealthPath = "/health"
Field Value
HealthReadyPath
public const string HealthReadyPath = "/health/ready"
Field Value
HealthStartupPath
public const string HealthStartupPath = "/health/startup"
Field Value
ReadyPath
public const string ReadyPath = "/ready"