Skip to content

Commit

Permalink
feat: removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mckrava committed Dec 14, 2023
1 parent 6ef15bf commit 2c439c6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/modulesConfig/bullModule.forRoot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ import { SharedBullAsyncConfiguration } from '@nestjs/bull/dist/interfaces';
export default {
inject: [AppConfig],
useFactory: (config: AppConfig) => {

console.log('config.AGGREGATOR_REDIS_HOST - ', config.AGGREGATOR_REDIS_HOST)
console.log('config.AGGREGATOR_REDIS_PORT - ', config.AGGREGATOR_REDIS_PORT)
console.log('config.AGGREGATOR_REDIS_PASSWORD - ', config.AGGREGATOR_REDIS_PASSWORD)
console.log('config.AGGREGATOR_REDIS_PREFIX - ', config.AGGREGATOR_REDIS_PREFIX)


const getClient = () => {
const client = new Redis({
host: config.AGGREGATOR_REDIS_HOST,
Expand Down

0 comments on commit 2c439c6

Please sign in to comment.