Skip to Content

IConfigGetOptions

Options for reading a single config value.

Defined in: src/modules/config/interface/get-options.interface.ts

NameTypeDefault
environmentstring

The environment for the configuration, if not specified, the global-configured environment will be used

eventManagerany

Entity manager for database operations

namestring

The name of the configuration

sectionstring

The section for the configuration

shouldLoadSectionInfoboolean

Whether or not the section info should be loaded

useCacheboolean

Whether or not the configuration should be cached

Last updated on