Skip to Content

IConfigSetOptions

Options for creating/updating a config value.

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

NameTypeDefault
descriptionstring

Description for the configuration

environmentstring

The environment for the configuration

eventManagerany

Entity manager for database operations

namestring

The name of the configuration

pathstring[]

Path components for hierarchical configuration

sectionstring

The section for the configuration

valuestring

The value for the configuration

Last updated on