Merge pull request #2010 from Sir3lit/patch1

Remove timezone from config
This commit is contained in:
Dane Everitt 2020-05-09 15:40:27 -07:00 committed by GitHub
commit a342df8c13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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