scientiststwin
Results
3
comments of
scientiststwin
I found this solution -> ``` const app = await NestFactory.create(AppModule, { logger: new Logger(), }) const configService = app.get(ConfigService) app.connectMicroservice({ transport: Transport.RMQ, options: { urls: [amqp://${configService.get('rabbitmq.host')}:${configService.get ('rabbitmq.port')}], queue: 'authentication',...
till I couldn't configure pg_cron extension in docker Postgres 13