From a065e17cc295b7edeb3c7ebcc35b9c38aa6ab384 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 14 Dec 2021 22:37:07 -0700 Subject: [PATCH] Update pixelfed config, remove env_editor --- config/pixelfed.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index 38955ef8..00580d45 100644 --- a/config/pixelfed.php +++ b/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), ],