Node
Last updated
Last updated
The Node module is responsible for deploying (starting) and un-deploying (stopping) a group of modules to form an application.
Module based applications use the Node module to bootstrap and the application configuration file (in JSON format) is passed as is (after include and expansion) to the Node module which processes the modules
part of the file.
This module is never deployed by configuration.
Name | Description | Default | Mandatory |
---|---|---|---|
A module object represent a module to deploy. All modules defines their own configuration, documented separately.
Name | Description | Default | Mandatory |
---|---|---|---|
modules
List of modules to deploy. If empty or non-existing no modules will be deployed.
[]
name
Module class name or alias
enabled
Flag controlling if module should be deployed or not
true
config
JSON object containing the module configuration.
{}