Module: chiefConfiguration

Contains all the functions to manage the configuration system, such as loading, setup, parsing and processing.

Author:
  • Seth Hollingsead
Source:

Requires

Methods

(inner) setupConfiguration(pluginConfigPath) → {object}

Sets up all of the plugin configuration data.

Parameters:
Name Type Description
pluginConfigPath string

The path of the configuration files for the plugin layer.

Author:
  • Seth Hollingsead
Source:
Returns:

A JSON object that contains all of the configuration data loaded and parsed from the specified path.

Type
object