remove required default value, update descriptions in seeder
This commit is contained in:
parent
c2d0a5adb3
commit
fcae6b5f15
3 changed files with 4 additions and 2 deletions
|
@ -58,6 +58,7 @@ class MinecraftServiceTableSeeder extends Seeder
|
|||
$this->service = Models\Service::create([
|
||||
'author' => 'ptrdctyl-v040-11e6-8b77-86f30ca893d3',
|
||||
'name' => 'Minecraft',
|
||||
'description' => 'Minecraft - the classic game from Mojang. With support for Vanilla MC, Spigot, and many others!',
|
||||
'file' => 'minecraft',
|
||||
'executable' => 'java',
|
||||
'startup' => '-Xms128M -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}}'
|
||||
|
|
|
@ -58,6 +58,7 @@ class SourceServiceTableSeeder extends Seeder
|
|||
$this->service = Models\Service::create([
|
||||
'author' => 'ptrdctyl-v040-11e6-8b77-86f30ca893d3',
|
||||
'name' => 'Source Engine',
|
||||
'description' => 'Includes support for most Source Dedicated Server games.',
|
||||
'file' => 'srcds',
|
||||
'executable' => './srcds_run',
|
||||
'startup' => '-game {{SRCDS_GAME}} -console -port {{SERVER_PORT}} -strictportbind -norestart'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue