Add a few new internal configs to the node config
This commit is contained in:
parent
0341dbdfad
commit
e7e50bc45d
2 changed files with 12 additions and 2 deletions
|
@ -157,6 +157,16 @@ class Node extends Model implements CleansAttributes, ValidableContract
|
|||
'filesystem' => [
|
||||
'server_logs' => '/tmp/pterodactyl',
|
||||
],
|
||||
'internals' => [
|
||||
'disk_use_seconds' => 30,
|
||||
'set_permissions_on_boot' => true,
|
||||
'throttle' => [
|
||||
'kill_at_count' => 5,
|
||||
'decay' => 10,
|
||||
'bytes' => 4096,
|
||||
'check_interval_ms' => 100,
|
||||
],
|
||||
],
|
||||
'sftp' => [
|
||||
'path' => $this->daemonBase,
|
||||
'ip' => '0.0.0.0',
|
||||
|
|
Loading…
Reference in a new issue