Explorar o código

Update pixelfed.php

Daniel Supernault %!s(int64=7) %!d(string=hai) anos
pai
achega
8f8d099f49
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      config/pixelfed.php

+ 3 - 3
config/pixelfed.php

@@ -23,7 +23,7 @@ return [
     | This value is the version of your PixelFed instance.
     |
     */
-    'version' => '0.1.0',
+    'version' => '0.1.1',
 
     /*
     |--------------------------------------------------------------------------
@@ -82,8 +82,8 @@ return [
     | Account file size limit
     |--------------------------------------------------------------------------
     |
-    | Update the max account size, the per user limit of files in kb.
-    | This applies to local and remote users. Old remote posts may be GC.
+    | Update the max account size, the per user limit of files in KB.
+    |
     |
     */
     'max_account_size' => env('MAX_ACCOUNT_SIZE', 100000),