telemetry: include more detailed server egg and nest usage

This commit is contained in:
Matthew Penner 2022-12-01 12:09:27 -07:00
parent 6272bb6710
commit 250c557e23
No known key found for this signature in database
2 changed files with 11 additions and 2 deletions

View file

@ -187,6 +187,6 @@ return [
*/
'telemetry' => [
'enabled' => env('PTERODACTYL_TELEMETRY_ENABLED', false),
'enabled' => env('PTERODACTYL_TELEMETRY_ENABLED', true),
],
];