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
trueif environment isdevordevelopment.- isProd
const static Str isProd := "afIocEnv.isProd"Returns
trueif environment isprod,productionor undefined.- isStage
const static Str isStage := "afIocEnv.isStage"Returns
trueif environment isstageorstaging.- isTest
const static Str isTest := "afIocEnv.isTest"Returns
trueif environment istestortesting.