소스 검색

Update pixelfed config, remove env_editor

Daniel Supernault 3 년 전
부모
커밋
a065e17cc2
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      config/pixelfed.php

+ 0 - 4
config/pixelfed.php

@@ -257,10 +257,6 @@ return [
 
 	'oauth_enabled' => env('OAUTH_ENABLED', false),
 
-	'admin' => [
-		'env_editor' => env('ADMIN_ENV_EDITOR', false)
-	],
-
 	'bouncer' => [
 		'enabled' => env('PF_BOUNCER_ENABLED', false),
 	],