Files
browser/plugins/examples/dev-game-plugin/actions/start.json
T

10 lines
196 B
JSON

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