This commit is contained in:
Matthew Penner 2022-11-22 13:39:43 -07:00 committed by GitHub
parent df9a7f71f9
commit ee033d6d08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 255 additions and 2 deletions

View file

@ -177,4 +177,16 @@ return [
// Should an email be sent to a server owner whenever their server is reinstalled?
'send_reinstall_notification' => env('PTERODACTYL_SEND_REINSTALL_NOTIFICATION', true),
],
/*
|--------------------------------------------------------------------------
| Telemetry Settings
|--------------------------------------------------------------------------
|
| This section controls the telemetry sent by Pterodactyl.
*/
'telemetry' => [
'enabled' => env('PTERODACTYL_TELEMETRY_ENABLED', false),
],
];