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 c96e6c1 commit 9598706
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/modules/cache/cache.settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ import { CachesRepository } from './repositories/caches.repository';
export const imports = [
BaseCacheModule.register({
url: process.env.REDIS_URL,
socket: {
tls: true,
rejectUnauthorized: false,
},
}),
];

Expand Down

0 comments on commit 9598706

Please sign in to comment.