tgstation-server 6.12.0
The /tg/station 13 server suite
|
Classes | |
class | ControlPanelConfiguration |
Configuration options for the web control panel. More... | |
class | DatabaseConfiguration |
Configuration options for the Database.DatabaseContext. More... | |
class | ElasticsearchConfiguration |
Configuration options pertaining to elasticsearch log storage. More... | |
class | FileLoggingConfiguration |
File logging configuration options. More... | |
class | GeneralConfiguration |
General configuration options. More... | |
class | InternalConfiguration |
Unstable configuration options used internally by TGS. More... | |
class | OAuthConfiguration |
OAuth configuration options. More... | |
class | OAuthConfigurationBase |
Base OAuth options. More... | |
class | SecurityConfiguration |
Configuration options pertaining to user security. More... | |
class | SessionConfiguration |
Configuration options for the game sessions. More... | |
class | SwarmConfiguration |
Configuration for the server swarm system. More... | |
class | TelemetryConfiguration |
Configuration options for telemetry. More... | |
class | UpdatesConfiguration |
Configuration for the automatic update system. More... | |
Enumerations | |
enum | DatabaseType { SqlServer , MySql , MariaDB , Sqlite , PostgresSql } |
Type of database to user. More... | |
Type of database to user.
Enumerator | |
---|---|
SqlServer | Use Microsoft SQL Server. |
MySql | Use MySQL. |
MariaDB | Use MariaDB. |
Sqlite | Use Sqlite. |
PostgresSql | Use PostgresSql. |
Definition at line 6 of file DatabaseType.cs.