More code updates
This commit is contained in:
parent
cc297eea09
commit
17642bffe7
32 changed files with 209 additions and 2863 deletions
|
@ -145,8 +145,8 @@ class ServerCreationService
|
|||
'cpu' => $data['cpu'],
|
||||
'oom_disabled' => isset($data['oom_disabled']),
|
||||
'allocation_id' => $data['allocation_id'],
|
||||
'service_id' => $data['service_id'],
|
||||
'option_id' => $data['option_id'],
|
||||
'nest_id' => $data['nest_id'],
|
||||
'egg_id' => $data['egg_id'],
|
||||
'pack_id' => (! isset($data['pack_id']) || $data['pack_id'] == 0) ? null : $data['pack_id'],
|
||||
'startup' => $data['startup'],
|
||||
'daemonSecret' => str_random(NodeCreationService::DAEMON_SECRET_LENGTH),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue