Explorar o código

Update pixelfed config

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
a645c6fb38
Modificáronse 1 ficheiros con 11 adicións e 2 borrados
  1. 11 2
      config/pixelfed.php

+ 11 - 2
config/pixelfed.php

@@ -71,10 +71,19 @@ return [
     |
     */
     'open_registration' => env('OPEN_REGISTRATION', true),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Enable Google Recaptcha v2
+    |--------------------------------------------------------------------------
+    |
+    | Enable/disable recaptcha on login/registration forms. API Keys required.
+    |
+    */
     'recaptcha'         => env('RECAPTCHA_ENABLED', false),
 
-    'remote_follow_enabled' => env('REMOTE_FOLLOW', false),
 
+    'remote_follow_enabled' => env('REMOTE_FOLLOW', false),
     'activitypub_enabled' => env('ACTIVITY_PUB', false),
 
     /*
@@ -159,5 +168,5 @@ return [
     'image_quality'  => (int) env('IMAGE_QUALITY', 80),
 
     'media_types' => env('MEDIA_TYPES', 'image/jpeg,image/png,image/gif'),
-
+    'enforce_account_limit' => env('LIMIT_ACCOUNT_SIZE', true),
 ];