ps/Modules/Alkami.PowerShell.Configuration/Private/VariableDeclarations.ps1

26 lines
532 B
PowerShell
Raw Normal View History

2023-05-30 22:51:22 -07:00
# This can be modified if needed, but probably shouldn't be
$global:machineConfigPath = Get-DotNetConfigPath
<#
From Platform-A repo: PLAT\alkami.utilities\Alkami.Utilities\Configuration\EnvironmentType.cs
public enum EnvironmentType
{
Development = 10,
TeamQA = 20,
QA = 30,
Integration = 100,
Build = 110,
LoadTest = 120,
Sandbox = 121,
Regression = 122,
Test = 123,
SDK = 124,
Unconfigured = 500,
Secure = 1000,
Staging = 2000,
Production = 3000,
Unknown = 9999
}
#>