diff --git a/config/pixelfed.php b/config/pixelfed.php index cae060209..7356fb2ed 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -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),