OptionalconsumersOptionalcontrollersOptionalenvOptional environment overrides
OptionalexceptionCustom exception handler. Mirrors ApplicationConfig.exceptionHandler.
Must be passed at compile time — overrideProvider(DI_TOKENS.ExceptionHandler)
cannot replace it because the framework resolves the handler during
initialize() (before overrides apply).
OptionalimportsOptionaljobsOptionalloggingLogging configuration. Defaults: level=ERROR, formatter='json'
Optionalproviders
Configuration for creating a testing module
Extends ModuleOptions to support all module properties like NestJS.
Example