1using System.Collections.Generic;
13 public const string Section =
"ControlPanel";
Configuration options for the web control panel.
bool Enable
If the control panel is enabled.
bool AllowAnyOrigin
If any origin is allowed for CORS requests. This overrides AllowedOrigins.
string? PublicPath
The public path to the TGS control panel from a wider network.
string? Channel
The channel to retrieve the webpanel from. "local" uses the bundled version.
const string Section
The key for the Microsoft.Extensions.Configuration.IConfigurationSection the ControlPanelConfiguratio...
ICollection< string >? AllowedOrigins
Origins allowed for CORS requests.