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