Update pixelfed.php

This commit is contained in:
Shlee 2020-02-13 17:42:34 +08:00 committed by GitHub
parent 524d4370d2
commit 2295bef877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -257,10 +257,6 @@ return [
'oauth_enabled' => env('OAUTH_ENABLED', false),
'sanitizer' => [
'restrict_html_types' => env('RESTRICT_HTML_TYPES', true)
],
'admin' => [
'env_editor' => env('ADMIN_ENV_EDITOR', false)
],