Class ServerSettings
- Namespace
- Ando.Server.Configuration
- Assembly
- Ando.Server.dll
General server configuration settings.
public class ServerSettings
- Inheritance
-
ServerSettings
- Inherited Members
Fields
SectionName
Configuration section name in appsettings.json.
public const string SectionName = "Server"
Field Value
Properties
BaseUrl
The public-facing base URL for the server (e.g., "https://ci.example.com"). Used for generating links in emails (verification, password reset, etc.). Must include scheme (https://) and should not have a trailing slash.
public string BaseUrl { get; set; }