diff --git a/config/pterodactyl.php b/config/pterodactyl.php index e06c709ef..766ecd681 100644 --- a/config/pterodactyl.php +++ b/config/pterodactyl.php @@ -151,33 +151,6 @@ return [ 'url' => 'https://cdn.pterodactyl.io/releases/latest.json', ], - /* - |-------------------------------------------------------------------------- - | Language Editor - |-------------------------------------------------------------------------- - | - | Set `PHRASE_IN_CONTEXT` to true to enable the PhaseApp in-context editor - | on this site which allows you to translate the panel, from the panel. - */ - 'lang' => [ - 'in_context' => env('PHRASE_IN_CONTEXT', false), - ], - - /* - |-------------------------------------------------------------------------- - | Language Editor - |-------------------------------------------------------------------------- - | - | Set `PHRASE_IN_CONTEXT` to true to enable the PhaseApp in-context editor - | on this site which allows you to translate the panel, from the panel. - */ - 'client_features' => [ - 'databases' => [ - 'enabled' => env('PTERODACTYL_CLIENT_DATABASES_ENABLED', true), - 'allow_random' => env('PTERODACTYL_CLIENT_DATABASES_ALLOW_RANDOM', true), - ], - ], - /* |-------------------------------------------------------------------------- | File Editor