tgstation-server
4.3.2
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Configuration
ControlPanelConfiguration.cs
Go to the documentation of this file.
1
using
System
.Collections.Generic;
2
3
namespace
Tgstation
.
Server
.Host.Configuration
4
{
8
public
sealed
class
ControlPanelConfiguration
9
{
13
public
const
string
Section =
"ControlPanel"
;
14
18
public
bool
Enable {
get
;
set
; }
19
23
public
bool
AllowAnyOrigin {
get
;
set
; }
24
28
public
List<string> AllowedOrigins {
get
;
set
; }
29
}
30
}
System
Tgstation.Server.Host.Configuration.ControlPanelConfiguration
Configuration options for the web control panel
Definition:
ControlPanelConfiguration.cs:8
Tgstation.Server.Host.Server
Definition:
Server.cs:18
Tgstation
Generated by
1.8.11