const mixinafIocEnv::IocEnvConfigIds

afIocEnv::IocEnvConfigIds

IoC Config values as provided by IoC Env.

env

Source

const static Str env := "afIocEnv.env"

Returns the environment Str.

isDev

Source

const static Str isDev := "afIocEnv.isDev"

Returns true if environment is dev or development.

isProd

Source

const static Str isProd := "afIocEnv.isProd"

Returns true if environment is prod, production or undefined.

isTest

Source

const static Str isTest := "afIocEnv.isTest"

Returns true if environment is test or testing.