Contains all the functions to manage the configuration system, such as loading, setup, parsing and processing.
- Copyright:
- Copyright © 2023-… by Seth Hollingsead. All rights reserved
- Source:
Requires
- module:plugin.constants
- module:chiefData
- module:loggers
- @haystacks/constants
- path
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. |
- Source:
Returns:
A JSON object that contains all of the configuration data loaded and parsed from the specified path.
- Type
- object