refactor(processor): ♻️ Restructure AppModule providers and imports for improved modularity and performance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
aa539aa6f4
commit
7321cdaf34
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
},
|
||||
}),
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue