diff --git a/config/hash.js b/config/hash.js index e3e1dbe..ff1be2a 100644 --- a/config/hash.js +++ b/config/hash.js @@ -12,7 +12,7 @@ module.exports = { | auth module too. | */ - driver: Env.get('APP_KEY'), + driver: Env.get('HASH_DRIVER', 'bcrypt'), /* |--------------------------------------------------------------------------