Files
pilotclient/resources/share/shared/bootstrap/bootstrap.json
Lars Toenning 14c045e7b4 refactor: Remove CUrlList
Nowadays most of the loadbalancing is done on the server-side and hence
there is only a single datafile URL (and other URLs) inside the
boostrap.json.
The features of the CUrlList are hence not really used. This is also a
step into removing CUrl and using QUrl instead, to avoid maintaining a
separate URL class.
2024-02-09 16:32:45 +01:00

50 lines
1.4 KiB
JSON

{
"dbDebugFlag": false,
"dbHttpPort": 80,
"dbHttpsPort": 443,
"dbRootDirectoryUrl": {
"url": "https://datastore.swift-project.org/"
},
"mappingMinimumVersion": "0.9.0",
"ncepGlobalForecastSystemUrl25": {
"url": "http://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_0p25.pl"
},
"onlineHelpUrl": {
"url": "https://datastore.swift-project.org/page/swifthelpdispatcher.html"
},
"predefinedServers": {
"containerbase": [
]
},
"sharedUrl": {
"url": "http://download.swift-project.org/shared/"
},
"vatsimDataFileUrl": {
"url": "https://data.vatsim.net/v3/vatsim-data.json"
},
"vatsimServerFileUrl": {
"url": "https://data.vatsim.net/v3/vatsim-servers.json"
},
"vatsimFsdHttpUrl": {
"url": "http://fsd.vatsim.net"
},
"vatsimMetarsUrl": {
"url": "http://metar.vatsim.net/metar.php"
},
"vatsimStatusFileUrl": {
"url": "https://status.vatsim.net"
},
"comNavEquipmentHelpUrl": {
"url": "https://en.wikipedia.org/wiki/Equipment_codes#Radio_communication,_navigation_and_approach_aid_equipment_and_capabilities"
},
"ssrEquipmentHelpUrl": {
"url": "https://en.wikipedia.org/wiki/Equipment_codes#Surveillance_equipment_codes"
},
"afvApiServerUrl": {
"url": "https://voice1.vatsim.net/"
},
"afvMapUrl": {
"url": "https://afv-map.vatsim.net/"
}
}