refactor
This commit is contained in:
parent
93c409a4cd
commit
5556270162
|
@ -23,6 +23,7 @@ import { LoggingMessager } from './adapters/secondaries/logging.messager';
|
||||||
CqrsModule,
|
CqrsModule,
|
||||||
RabbitMQModule.forRootAsync(RabbitMQModule, {
|
RabbitMQModule.forRootAsync(RabbitMQModule, {
|
||||||
imports: [ConfigModule],
|
imports: [ConfigModule],
|
||||||
|
inject: [ConfigService],
|
||||||
useFactory: async (configService: ConfigService) => ({
|
useFactory: async (configService: ConfigService) => ({
|
||||||
exchanges: [
|
exchanges: [
|
||||||
{
|
{
|
||||||
|
@ -38,7 +39,6 @@ import { LoggingMessager } from './adapters/secondaries/logging.messager';
|
||||||
connectionInitOptions: { wait: false },
|
connectionInitOptions: { wait: false },
|
||||||
enableControllerDiscovery: true,
|
enableControllerDiscovery: true,
|
||||||
}),
|
}),
|
||||||
inject: [ConfigService],
|
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
controllers: [AuthenticationController, AuthenticationMessagerController],
|
controllers: [AuthenticationController, AuthenticationMessagerController],
|
||||||
|
|
Loading…
Reference in New Issue