Skip to Content

IConfigOptions

Core configuration options for CrudConfigModule.register() and the async factory in registerAsync().

Defined in: src/shared/interface/config/options.interface.ts

NameTypeDefault
cacheOptionsIConfigCacheOptions

Cache configuration options

controllersOptionsIConfigControllersOptions

Controllers configuration options

encryptionOptionsIConfigEncryptionOptions

Encryption configuration options

entityOptionsICrudConfigEntityOptions

Entity customization options

environmentstring

Default environment to use for config paths

migrationOptionsIConfigMigrationOptions

Migration configuration options

shouldAutoCreateSectionsboolean

Whether to automatically create missing sections

Last updated on