fix(config): change env key name

This commit is contained in:
Romain Lanz 2018-06-06 09:08:52 +02:00 committed by GitHub
parent 9edd702c8a
commit 9fa2f11395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ module.exports = {
| auth module too.
|
*/
driver: Env.get('APP_KEY'),
driver: Env.get('HASH_DRIVER', 'bcrypt'),
/*
|--------------------------------------------------------------------------