/home/techb158/ileadtechnology.com/config
NameSizeModeActions
laravolt/-0755rm
app.php170370644editdlrm
auth.php32540644editdlrm
backup.php78550644editdlrm
broadcasting.php16040644editdlrm
cache.php26870644editdlrm
cookie-consent.php4300644editdlrm
cors.php15910644editdlrm
database.php46440644editdlrm
easynav.php6700644editdlrm
filesystems.php21330644editdlrm
hashing.php15710644editdlrm
image-optimizer.php23100644editdlrm
laraskrill.php6000644editdlrm
laravel-share.php15190644editdlrm
logging.php26570644editdlrm
mail.php46890644editdlrm
paypal.php3670644editdlrm
paystack.php7260644editdlrm
payu.php30510644editdlrm
pdf.php11390644editdlrm
query-builder.php6780644editdlrm
queue.php26360644editdlrm
rave.php12710644editdlrm
seotools.php23230644editdlrm
services.php31870644editdlrm
session.php69310644editdlrm
sitemap.php15500644editdlrm
sslcommerz.php10920644editdlrm
sweetalert.php59270644editdlrm
translatable.php1520644editdlrm
view.php10530644editdlrm
vimeo.php20030644editdlrm
youtube.php4360644editdlrm
Edit: /home/techb158/ileadtechnology.com/config/hashing.php (1571B)
'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', 10), ], /* |-------------------------------------------------------------------------- | 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' => 1024, 'threads' => 2, 'time' => 2, ], ];