Skip to content

Commit

Permalink
fix: adjust environment redis
Browse files Browse the repository at this point in the history
  • Loading branch information
William Koller committed Apr 27, 2022
1 parent c27e390 commit 210b6c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/cache/cache.settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export const imports = [
BaseCacheModule.register({
store: redisStore,
url: process.env.REDIS_URL,
no_ready_check: true,
isGlobal: true,
}),
];

Expand Down

0 comments on commit 210b6c7

Please sign in to comment.