Merge pull request #5267 from pixelfed/staging

Update pixelfed.php
This commit is contained in:
daniel 2024-08-18 01:01:57 -06:00 committed by GitHub
commit 987c55ce93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -195,7 +195,7 @@ return [
| Max User Limit | 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), 'max_users' => env('PF_MAX_USERS', 1000),