Table of Contents

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

string

DefaultPort

public const int DefaultPort = 15790

Field Value

int

HealthLivePath

public const string HealthLivePath = "/health/live"

Field Value

string

HealthPath

public const string HealthPath = "/health"

Field Value

string

HealthReadyPath

public const string HealthReadyPath = "/health/ready"

Field Value

string

HealthStartupPath

public const string HealthStartupPath = "/health/startup"

Field Value

string

ReadyPath

public const string ReadyPath = "/ready"

Field Value

string