Skip to content

Commit

Permalink
Added REDIS_URL parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ozziest committed Nov 13, 2024
1 parent 8315641 commit ab40f32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/app/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ const config: IApplicationConfig = {
* @link https://github.com/redis/node-redis/blob/HEAD/docs/client-configuration.md
* @link https://axe-api.com/reference/redis-configs.html
*/
redis: {},
redis: {
url: process.env.REDIS_URL,
},

/**
* Auto-caching feature configurations.
Expand Down

0 comments on commit ab40f32

Please sign in to comment.