Class DeploymentEnvironment
Defines the deployment environment.
public static class DeploymentEnvironment
- Inheritance
-
DeploymentEnvironment
- Inherited Members
Fields
ConfigurationKey
The configuration key.
public const string ConfigurationKey = "environment"
Field Value
ConfigurationKeyDelimiter
The configuration key delimiter.
public const string ConfigurationKeyDelimiter = "."
Field Value
DefaultTraceSourceNameConfigurationKey
The default trace source name configuration key.
public const string DefaultTraceSourceNameConfigurationKey = "defaultTraceSourceName"
Field Value
DevelopmentEnvironmentName
The development environment name.
public const string DevelopmentEnvironmentName = "dev"
Field Value
ProductionEnvironmentName
The production environment name.
public const string ProductionEnvironmentName = "prod"
Field Value
StagingEnvironmentName
The staging environment name.
public const string StagingEnvironmentName = "qa"