mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
* fixed bootstrap file * improved timeout of connect, now in single static function * some minor tweaks
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"crashreportServerUrl": {
|
|
"url": "http://crashreports.swift-project.org/crash_upload"
|
|
},
|
|
"dbDebugFlag": false,
|
|
"dbHttpPort": 80,
|
|
"dbHttpsPort": 443,
|
|
"dbRootDirectoryUrl": {
|
|
"url": "https://datastore.swift-project.org"
|
|
},
|
|
"development": false,
|
|
"fsdTestServers": {
|
|
"containerbase": []
|
|
},
|
|
"newsUrls": {
|
|
"containerbase": [{
|
|
"url": "http://swift-project.org/"
|
|
}]
|
|
},
|
|
"sharedUrls": {
|
|
"containerbase": [{
|
|
"url": "https://datastore.swift-project.org/shared"
|
|
},
|
|
{
|
|
"url": "https://vatsim-germany.org:50443/datastore/shared"
|
|
}]
|
|
},
|
|
"timestampMSecsSinceEpoch": 1476907647000,
|
|
"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
|
|
}
|