This commit is contained in:
Dane Everitt 2017-03-16 19:59:24 -04:00
parent b8c3ab6960
commit 48e261bb91
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 2 additions and 1 deletions

View file

@ -76,7 +76,7 @@ class SourceServiceTableSeeder extends Seeder
'name' => 'Custom Source Engine Game',
'description' => 'This option allows modifying the startup arguments and other details to run a custo SRCDS based game on the panel.',
'docker_image' => 'quay.io/pterodactyl/srcds',
'config_startup' => '{"done": "Assigned anonymous gameserver", "userInteraction": []}',
'config_startup' => '{"done": "gameserver Steam ID", "userInteraction": []}',
'config_files' => '{}',
'config_logs' => '{"custom": true, "location": "logs/latest.log"}',
'config_stop' => 'quit',