// ***********************************************************************
//
// Heath
//
// ***********************************************************************
namespace Lib.Common.LoggingAPI.Service.Constants
{
///
/// Constants of the environment variables for this service.
///
public static class EnvironmentVariables
{
///
/// The stage environment vriable.
///
public const string Stage = "ASPNETCORE_ENVIRONMENT";
}
}