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

View File

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