Table of Contents

Class DeploymentEnvironment

Namespace
Songhay.Models
Assembly
SonghayCore.dll

Defines the deployment environment.

public static class DeploymentEnvironment
Inheritance
DeploymentEnvironment
Inherited Members

Fields

ConfigurationKey

The configuration key.

public const string ConfigurationKey = "environment"

Field Value

string

ConfigurationKeyDelimiter

The configuration key delimiter.

public const string ConfigurationKeyDelimiter = "."

Field Value

string

DefaultTraceSourceNameConfigurationKey

The default trace source name configuration key.

public const string DefaultTraceSourceNameConfigurationKey = "defaultTraceSourceName"

Field Value

string

DevelopmentEnvironmentName

The development environment name.

public const string DevelopmentEnvironmentName = "dev"

Field Value

string

ProductionEnvironmentName

The production environment name.

public const string ProductionEnvironmentName = "prod"

Field Value

string

StagingEnvironmentName

The staging environment name.

public const string StagingEnvironmentName = "qa"

Field Value

string