Skip to Content

IConfigStaticOptions

Static options for registerAsync() that must be known at module registration time (controllers/entities).

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

NameTypeDefault
controllersOptionsIConfigControllersOptions

Controllers configuration options. Controls whether REST API endpoints are enabled and their paths.

entityOptionsICrudConfigEntityOptions

Entity customization options. Controls table names, field lengths, and other entity-level settings for ConfigSection and ConfigData entities.

migrationEntityOptionsIConfigStaticMigrationEntityOptions

Migration entity options. Controls table name and field lengths for the migration tracking entity.

IConfigStaticMigrationEntityOptions

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

NameTypeDefault
maxNameLengthnumber

Maximum length for migration name field

tableNamestring

Table name for storing migration history

Last updated on