Update pixelfed config formatting

This commit is contained in:
Daniel Supernault 2021-06-01 20:09:25 -06:00
parent 7d24560dd0
commit 4662afd248
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -127,7 +127,7 @@ return [
| Change the minimum length limit for user passwords.
|
*/
'min_password_length' => env('MIN_PASSWORD_LENGTH', 12),
'min_password_length' => env('MIN_PASSWORD_LENGTH', 8),
/*
|--------------------------------------------------------------------------