/home/sharedstore/public_html/shop.sharedstore.ma/api.shop.sharedstore.ma/config
NameSizeModeActions
app.php78520664editdlrm
auth.php38970664editdlrm
broadcasting.php21470664editdlrm
cache.php33370664editdlrm
cors.php8650664editdlrm
database.php52890664editdlrm
filesystems.php23700664editdlrm
hashing.php16240664editdlrm
logging.php41730664editdlrm
mail.php40420664editdlrm
queue.php34470664editdlrm
sanctum.php29630664editdlrm
services.php9790664editdlrm
session.php74940664editdlrm
view.php10530664editdlrm
Edit: /home/sharedstore/public_html/shop.sharedstore.ma/api.shop.sharedstore.ma/config/hashing.php (1624B)
'bcrypt', /* |-------------------------------------------------------------------------- | Bcrypt Options |-------------------------------------------------------------------------- | | Here you may specify the configuration options that should be used when | passwords are hashed using the Bcrypt algorithm. This will allow you | to control the amount of time it takes to hash the given password. | */ 'bcrypt' => [ 'rounds' => env('BCRYPT_ROUNDS', 12), 'verify' => true, ], /* |-------------------------------------------------------------------------- | Argon Options |-------------------------------------------------------------------------- | | Here you may specify the configuration options that should be used when | passwords are hashed using the Argon algorithm. These will allow you | to control the amount of time it takes to hash the given password. | */ 'argon' => [ 'memory' => 65536, 'threads' => 1, 'time' => 4, 'verify' => true, ], ];