refactor: properly rename connections-related tables; top-level namespaces
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
namespace ConnectionsAPI.Utility
|
||||
namespace ConnectionsAPI.Utility;
|
||||
public static class EnvironmentUtility
|
||||
{
|
||||
public static class EnvironmentUtility
|
||||
{
|
||||
public static bool IsContainer =>
|
||||
Environment.GetEnvironmentVariable("DOTNET_RUNNING_IN_CONTAINER") == "true";
|
||||
}
|
||||
public static bool IsContainer =>
|
||||
Environment.GetEnvironmentVariable("DOTNET_RUNNING_IN_CONTAINER") == "true";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user