Update pixelfed config, remove env_editor

This commit is contained in:
Daniel Supernault 2021-12-14 22:37:07 -07:00
parent f411c4e004
commit a065e17cc2
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 0 additions and 4 deletions

View File

@ -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),
],