Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
fix(session): config file do not self reference redis config
Browse files Browse the repository at this point in the history
Self referencing redis config is depreciated in Adonis
  • Loading branch information
thetutlage committed Jan 20, 2018
1 parent 9accf6c commit 39cdc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ module.exports = {
| the redis file. But you are free to define an object here too.
|
*/
redis: 'self::redis.local'
redis: {}
}

0 comments on commit 39cdc98

Please sign in to comment.