Returns the name of the environment in which the application is running.
Example:
const environment = await Eitri.environment.getName() Copy
const environment = await Eitri.environment.getName()
Compatibility Control API LEVEL 1 - Functionality added
Compatibility Control
1
Return the remote configs json associated with the current environment
const environment = await Eitri.environment.getRemoteConfigs() Copy
const environment = await Eitri.environment.getRemoteConfigs()
Compatibility Control API LEVEL 9 - Functionality added
9
Generated using TypeDoc
Returns the name of the environment in which the application is running.
Example: