Update pixelfed config

This commit is contained in:
Daniel Supernault 2019-06-16 16:41:54 -06:00
parent 7248196d31
commit 577dac9802
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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