Files
pilotclient/resources/share/shared/bootstrap/bootstrap.json
Roland Winklmeier e47aec223e Integrate Crashpad crash handler into CApplication
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
2016-08-09 17:51:57 +02:00

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
}