Files
Torch/Torch.Server/Properties/launchSettings.json
zznty cae3d9ad8c
All checks were successful
Release / Get Version (push) Successful in 8s
Release / Build and Publish Nuget (Torch.API) (push) Successful in 59s
Release / Build and Publish Nuget (Torch) (push) Successful in 1m13s
Release / Build and Publish Nuget (Torch.Server) (push) Successful in 1m22s
Release / Build and Publish Package (push) Successful in 1m54s
net 9
2025-01-13 01:47:52 +07:00

12 lines
378 B
JSON

{
"profiles": {
"Torch.Server": {
"commandName": "Project",
"commandLineArgs": "--noupdate true --gamepath \"C:\\Program Files (x86)\\Steam\\steamapps\\common\\SpaceEngineersDedicatedServer\"",
"use64Bit": true,
"hotReloadEnabled": false,
"nativeDebugging": true
}
},
"$schema": "https://json.schemastore.org/launchsettings.json"
}