ci with broker --check

This commit is contained in:
Gsk54
2023-01-10 08:54:29 +01:00
parent d679d5b1e3
commit b8b1109fcf
4 changed files with 23 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ import { UserProfile } from './mappers/user.profile';
},
],
uri: configService.get<string>('RMQ_URI'),
connectionInitOptions: { wait: false },
}),
inject: [ConfigService],
}),