Telemetry (#4564)
This commit is contained in:
parent
df9a7f71f9
commit
ee033d6d08
5 changed files with 255 additions and 2 deletions
|
@ -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),
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue