diff --git a/config/pixelfed.php b/config/pixelfed.php index 38955ef85..00580d45e 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), ],