mirror of
https://gitlab.com/mobicoop/v3/service/auth.git
synced 2026-01-10 14:52:40 +00:00
Merge branch 'refactor' into 'main'
refactor See merge request v3/services/auth!13
This commit is contained in:
@@ -23,6 +23,7 @@ import { LoggingMessager } from './adapters/secondaries/logging.messager';
|
||||
CqrsModule,
|
||||
RabbitMQModule.forRootAsync(RabbitMQModule, {
|
||||
imports: [ConfigModule],
|
||||
inject: [ConfigService],
|
||||
useFactory: async (configService: ConfigService) => ({
|
||||
exchanges: [
|
||||
{
|
||||
@@ -38,7 +39,6 @@ import { LoggingMessager } from './adapters/secondaries/logging.messager';
|
||||
connectionInitOptions: { wait: false },
|
||||
enableControllerDiscovery: true,
|
||||
}),
|
||||
inject: [ConfigService],
|
||||
}),
|
||||
],
|
||||
controllers: [AuthenticationController, AuthenticationMessagerController],
|
||||
|
||||
Reference in New Issue
Block a user