소스 검색

Update pixelfed.php

Daniel Supernault 10 달 전
부모
커밋
0f751fc1eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/pixelfed.php

+ 1 - 1
config/pixelfed.php

@@ -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),