浏览代码

Update config, enable oauth by default

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

+ 1 - 1
config/pixelfed.php

@@ -255,7 +255,7 @@ return [
 		]
 	],
 
-	'oauth_enabled' => env('OAUTH_ENABLED', false),
+	'oauth_enabled' => env('OAUTH_ENABLED', true),
 
 	'bouncer' => [
 		'enabled' => env('PF_BOUNCER_ENABLED', false),