Class GeneratedHostConfig
IL-embedded host configuration. The real values are substituted at build time by CI or the FishMMO-Installer. The committed sentinel values are intentionally invalid.
public static class GeneratedHostConfig
- Inheritance
-
GeneratedHostConfig
- Inherited Members
Fields
ApiHost
API gateway URL with trailing slash (e.g. "https://api.fishmmo.com/").
public const string ApiHost = "https://FISHMMO_SENTINEL_PLACEHOLDER_API_HOST/"
Field Value
GameHost
Game server hostname for WebTransport/QUIC connections.
public const string GameHost = "FISHMMO_SENTINEL_PLACEHOLDER_GAME_HOST"
Field Value
LauncherHtmlUrl
Launcher HTML/news page URL.
public const string LauncherHtmlUrl = "https://www.FISHMMO_SENTINEL_PLACEHOLDER_ROOT_DOMAIN/docs/introduction.html"
Field Value
PlayHost
WebGL client / player-facing hostname.
public const string PlayHost = "FISHMMO_SENTINEL_PLACEHOLDER_PLAY_HOST"
Field Value
RootDomain
Root domain (no subdomain) for TLS certs and email.
public const string RootDomain = "FISHMMO_SENTINEL_PLACEHOLDER_ROOT_DOMAIN"
Field Value
SentinelMarker
public const string SentinelMarker = "FISHMMO_SENTINEL_PLACEHOLDER"
Field Value
SmtpFromAddress
SMTP from address for verification emails.
public const string SmtpFromAddress = "noreply@FISHMMO_SENTINEL_PLACEHOLDER_ROOT_DOMAIN"
Field Value
SmtpFromName
SMTP from display name.
public const string SmtpFromName = "FishMMO"