mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update pixelfed config
This commit is contained in:
parent
7248196d31
commit
577dac9802
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ return [
|
|||
|
|
||||
*/
|
||||
'user_invites' => [
|
||||
'enabled' => env('PF_USER_INVITES', false),
|
||||
'enabled' => false, //env('PF_USER_INVITES', false),
|
||||
'limit' => [
|
||||
'total' => (int) env('PF_USER_INVITES_TOTAL_LIMIT', 0),
|
||||
'daily' => (int) env('PF_USER_INVITES_DAILY_LIMIT', 0),
|
||||
|
|
Loading…
Reference in a new issue