Module: Feature_Env

Enable app customized env variables

Source:
features/env.js

Members


<static> type :string

This feature is loaded at init stage

Type:
  • string
Source:
features/env.js

Methods


<static> load_(app, envSettings)

Load the feature

Parameters:
Name Type Description
app App

The cli app module object

envSettings object

Customized env settings

Source:
features/env.js
Returns:
Type
Promise.<*>