mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Crash handler launches an external crash handler executable called swift_crashpad_handler. It monitores the parent process and produces a local dump in case of a crash. For release builds, the dump is also uploaded to a crash report server. refs #490
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"crashreportServerUrl": {
|
|
"url": "http://crashreports.swift-project.org:8090/crash_upload"
|
|
},
|
|
"dbHttpPort": 5080,
|
|
"dbHttpsPort": 50443,
|
|
"dbRootDirectoryUrl": {
|
|
"url": "https://vatsim-germany.org:50443/mapping/public"
|
|
},
|
|
"development": false,
|
|
"fsdTestServers": {
|
|
"containerbase": [
|
|
]
|
|
},
|
|
"newsUrls": {
|
|
"containerbase": [
|
|
{
|
|
"url": "http://swift-project.org/"
|
|
}
|
|
]
|
|
},
|
|
"sharedUrls": {
|
|
"containerbase": [
|
|
{
|
|
"url": "https://vatsim-germany.org:50443/mapping/public/shared"
|
|
},
|
|
{
|
|
"url": "http://ubuntu12/public/bootstrap/shared"
|
|
}
|
|
]
|
|
},
|
|
"timestampMSecsSinceEpoch": 1457055734000,
|
|
"vatsimBookingsUrl": {
|
|
"url": "http://vatbook.euroutepro.com/xml2.php"
|
|
},
|
|
"vatsimDataFileUrls": {
|
|
"containerbase": [
|
|
{
|
|
"url": "http://info.vroute.net/vatsim-data.txt"
|
|
}
|
|
]
|
|
},
|
|
"vatsimMetarsUrls": {
|
|
"containerbase": [
|
|
{
|
|
"url": "http://metar.vatsim.net/metar.php"
|
|
}
|
|
]
|
|
},
|
|
"vatsimStatusFileUrls": {
|
|
"containerbase": [
|
|
{
|
|
"url": "https://status.vatsim.net"
|
|
}
|
|
]
|
|
},
|
|
"wasLoaded": true
|
|
}
|