ConfigFinderOptions <T>
Hierarchy
- BaseFinderOptions
- ConfigFinderOptions
Index
Properties
optionalerrorIfNoRootFound
optionalextendsSetting
Name of the setting in which "config extending" is enabled.
optionalextensions
List of extensions, in order, to find config files within each folder. Defaults to built-in file format list.
optionalincludeEnv
Find and load environment based config files (using NODE_ENV
). Defaults to true
.
optionalloaders
Mapping of loader functions by type. Defaults to built-in file type loaders.
name
Name of files, without extension.
optionaloverridesSetting
Name of the setting in which "config overriding" is enabled.
optionalresolver
Custom module resolver.
Throw an error if the root config cannot be located.