add bcrypt rounds to env example file

This commit is contained in:
Taylor Otwell 2024-01-30 15:45:11 -06:00
parent 7df47a2604
commit dc4e89b652

View File

@ -12,6 +12,8 @@ APP_FAKER_LOCALE=en_US
APP_MAINTENANCE_DRIVER=file
APP_MAINTENANCE_STORE=database
BCRYPT_ROUNDS=12
LOG_CHANNEL=stack
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null