Update pixelfed.php

This commit is contained in:
Daniel Supernault 2024-08-18 01:01:35 -06:00
parent 72cdf562f2
commit 0f751fc1eb
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ return [
| Max User Limit
|--------------------------------------------------------------------------
|
| Allow a maximum number of user accounts. Default: off
| Allow a maximum number of user accounts. Default: enabled w/ 1000 max users
|
*/
'max_users' => env('PF_MAX_USERS', 1000),