if it work it work

This commit is contained in:
ZephyrTFA
2024-08-19 13:43:45 -04:00
parent b5fe971514
commit f8de3af931
@@ -30,7 +30,7 @@ namespace Tgstation.Server.Host.Configuration
/// <summary>
/// If the server is running inside of a Docker container.
/// </summary>
public bool UsingDocker => Environment.GetEnvironmentVariable("Internal__UsingDocker")?.Equals("true", StringComparison.OrdinalIgnoreCase) ?? false;
public bool UsingDocker { get; set; }
/// <summary>
/// The base path for the app settings configuration files.