You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
15 lines
300 B
JSON
15 lines
300 B
JSON
|
|
{
|
||
|
|
"apps": [
|
||
|
|
{
|
||
|
|
"name": "Cirrus",
|
||
|
|
"executable": "node.exe",
|
||
|
|
"parameters" : "cirrus.js",
|
||
|
|
"working_directory" : "..\\..\\WebServers\\SignallingWebServer",
|
||
|
|
"initial_timeout": 10000,
|
||
|
|
"shutdown_timeout": 10000,
|
||
|
|
"parameter_prefix" : "--",
|
||
|
|
"oncrash" : "RestartSession"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|