1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-23 01:22:30 +01:00

Update Node.php

No longer needed in wings config.
This commit is contained in:
Charles Morgan 2020-05-09 01:03:36 -04:00
parent 6967b76ae6
commit c3da5f0c0c
No known key found for this signature in database
GPG Key ID: D71946CD723249BD

View File

@ -180,7 +180,6 @@ class Node extends Model
'data' => $this->daemonBase,
'archive_directory' => $this->daemonBase . '/.archives',
'username' => 'pterodactyl',
'timezone_path' => '/etc/timezone',
'set_permissions_on_boot' => true,
'detect_clean_exit_as_crash' => false,
'sftp' => [
@ -199,7 +198,6 @@ class Node extends Model
],
'update_images' => true,
'socket' => '/var/run/docker.sock',
'timezone_path' => '/etc/timezone',
],
'disk_check_timeout' => 30,
'throttles' => [