Browse Source

Update app.module.ts

pull/947/head
willyp713 3 years ago
committed by GitHub
parent
commit
59f5d3bdfe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      apps/api/src/app/app.module.ts

3
apps/api/src/app/app.module.ts

@ -40,7 +40,8 @@ import { UserModule } from './user/user.module';
BullModule.forRoot({
redis: {
host: process.env.REDIS_HOST,
port: parseInt(process.env.REDIS_PORT, 10)
port: parseInt(process.env.REDIS_PORT, 10),
password: process.env.REDIS_PASSWORD,
}
}),
CacheModule,

Loading…
Cancel
Save