fix(config): change env key name
This commit is contained in:
parent
9edd702c8a
commit
9fa2f11395
|
@ -12,7 +12,7 @@ module.exports = {
|
|||
| auth module too.
|
||||
|
|
||||
*/
|
||||
driver: Env.get('APP_KEY'),
|
||||
driver: Env.get('HASH_DRIVER', 'bcrypt'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user