Defines the deployment environment.
- Namespace
- Songhay
.Models - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["DeploymentEnvironment"]
class Type type-node
Syntax
public static class DeploymentEnvironment
Fields
Name | Field Type | Constant Value | Summary |
---|---|---|---|
ConfigurationKey | string | environment |
The configuration key.
static
|
Configuration |
string | . |
The configuration key delimiter.
static
|
Default |
string | defaultTraceSourceName |
The default trace source name configuration key.
static
|
Development |
string | dev |
The development environment name.
static
|
Production |
string | prod |
The production environment name.
static
|
Staging |
string | qa |
The staging environment name.
static
|