diff --git a/src/Tgstation.Server.Host/Configuration/GeneralConfiguration.cs b/src/Tgstation.Server.Host/Configuration/GeneralConfiguration.cs index a21f796dc7..ce32b46a0f 100644 --- a/src/Tgstation.Server.Host/Configuration/GeneralConfiguration.cs +++ b/src/Tgstation.Server.Host/Configuration/GeneralConfiguration.cs @@ -11,8 +11,6 @@ using Tgstation.Server.Host.Setup; using YamlDotNet.Serialization; -#nullable disable - namespace Tgstation.Server.Host.Configuration { /// @@ -83,7 +81,7 @@ namespace Tgstation.Server.Host.Configuration /// /// The the file says it is. /// - public Version ConfigVersion { get; set; } + public Version? ConfigVersion { get; set; } /// /// The port the TGS API listens on. @@ -93,7 +91,7 @@ namespace Tgstation.Server.Host.Configuration /// /// A GitHub personal access token to use for bypassing rate limits on requests. Requires no scopes. /// - public string GitHubAccessToken { get; set; } + public string? GitHubAccessToken { get; set; } /// /// The .