Table of Contents

Class GeneratedHostConfig

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

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

string

GameHost

Game server hostname for WebTransport/QUIC connections.

public const string GameHost = "FISHMMO_SENTINEL_PLACEHOLDER_GAME_HOST"

Field Value

string

LauncherHtmlUrl

Launcher HTML/news page URL.

public const string LauncherHtmlUrl = "https://www.FISHMMO_SENTINEL_PLACEHOLDER_ROOT_DOMAIN/docs/introduction.html"

Field Value

string

PlayHost

WebGL client / player-facing hostname.

public const string PlayHost = "FISHMMO_SENTINEL_PLACEHOLDER_PLAY_HOST"

Field Value

string

RootDomain

Root domain (no subdomain) for TLS certs and email.

public const string RootDomain = "FISHMMO_SENTINEL_PLACEHOLDER_ROOT_DOMAIN"

Field Value

string

SentinelMarker

public const string SentinelMarker = "FISHMMO_SENTINEL_PLACEHOLDER"

Field Value

string

SmtpFromAddress

SMTP from address for verification emails.

public const string SmtpFromAddress = "noreply@FISHMMO_SENTINEL_PLACEHOLDER_ROOT_DOMAIN"

Field Value

string

SmtpFromName

SMTP from display name.

public const string SmtpFromName = "FishMMO"

Field Value

string