// *********************************************************************** // // AgileWebs // // *********************************************************************** namespace Core.Blueprint.Logging { /// /// Constants of the environment variables for this service. /// public static class EnvironmentVariables { /// /// The stage environment vriable. /// public const string Stage = "ASPNETCORE_ENVIRONMENT"; } }