diff --git a/services/processor/src/app.module.ts b/services/processor/src/app.module.ts index 31e7825..1f10853 100644 --- a/services/processor/src/app.module.ts +++ b/services/processor/src/app.module.ts @@ -35,6 +35,7 @@ import { AggregatedMetric } from './entities/aggregated-metric.entity'; connection: { host: config.get('REDIS_HOST', 'localhost'), port: config.get('REDIS_PORT', 6379), + password: config.get('REDIS_PASSWORD') || undefined, }, }), }),