浏览代码

Update config

Daniel Supernault 6 年之前
父节点
当前提交
a2a69c9d6c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      config/pixelfed.php

+ 2 - 2
config/pixelfed.php

@@ -23,7 +23,7 @@ return [
     | This value is the version of your PixelFed instance.
     |
     */
-    'version' => '0.7.6',
+    'version' => '0.7.7',
 
     /*
     |--------------------------------------------------------------------------
@@ -59,7 +59,7 @@ return [
     */
     'restricted_names' => [
       'reserved_routes' => true,
-      'use_blacklist'   => false,
+      'use_blacklist'   => env('USERNAME_BLACKLIST', false),
     ],
 
     /*