Skip to content

Commit

Permalink
if it work it work
Browse files Browse the repository at this point in the history
  • Loading branch information
ZephyrTFA committed Aug 19, 2024
1 parent b5fe971 commit f8de3af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public sealed class InternalConfiguration
/// <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.
Expand Down

0 comments on commit f8de3af

Please sign in to comment.