mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-18 04:21:27 +00:00
commit
987c55ce93
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||||
|
|
Loading…
Reference in a new issue