const mixinafIocEnv::IocEnvConfigIds
afIocEnv::IocEnvConfigIds
@
Js
IoC Config
values as provided by IoC Env
.
- env
const static Str env := "afIocEnv.env"
Returns the environment Str.
- isDev
const static Str isDev := "afIocEnv.isDev"
Returns
true
if environment isdev
ordevelopment
.- isProd
const static Str isProd := "afIocEnv.isProd"
Returns
true
if environment isprod
,production
or undefined.- isStage
const static Str isStage := "afIocEnv.isStage"
Returns
true
if environment isstage
orstaging
.- isTest
const static Str isTest := "afIocEnv.isTest"
Returns
true
if environment istest
ortesting
.