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