tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
TelemetryConfiguration.cs
Go to the documentation of this file.
2{
6 public sealed class TelemetryConfiguration
7 {
11 public const string Section = "Telemetry";
12
16 private const long DefaultVersionReportingRepositoryId = 841149827; // https://github.com/tgstation/tgstation-server-deployments
17
21 public bool DisableVersionReporting { get; set; }
22
26 public string? ServerFriendlyName { get; set; }
27
32 }
33}
string? ServerFriendlyName
The friendly name used on GitHub deployments for version reporting. If null only the server global::S...
const long DefaultVersionReportingRepositoryId
The default value of VersionReportingRepositoryId.
long? VersionReportingRepositoryId
The GitHub repository ID used for version reporting.
const string Section
The key for the Microsoft.Extensions.Configuration.IConfigurationSection the TelemetryConfiguration r...
bool DisableVersionReporting
If version reporting telemetry is disabled.