13 lines
233 B
JSON
13 lines
233 B
JSON
{
|
|
"version": 1,
|
|
"action": "start",
|
|
"mode": "supervised",
|
|
"executableKey": "bin/game-server",
|
|
"arguments": ["--foreground"],
|
|
"environment": {
|
|
"GAME_ID": "scum",
|
|
"SERVER_ACTION": "start"
|
|
},
|
|
"timeoutMs": 30000
|
|
}
|