Skip to content

Commit

Permalink
fix: adjust environment
Browse files Browse the repository at this point in the history
  • Loading branch information
William Koller committed Apr 27, 2022
1 parent 542eb7f commit c96e6c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/modules/cache/cache.settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ import { CachesRepository } from './repositories/caches.repository';
export const imports = [
BaseCacheModule.register({
url: process.env.REDIS_URL,
no_ready_check: true,
isGlobal: true,
socket: {
tls: true,
rejectUnauthorized: false,
},
}),
];

Expand Down

0 comments on commit c96e6c1

Please sign in to comment.