Files
pilotclient/resources/share/shared/bootstrap/bootstrap.json
Lars Toenning 5e0f3a05d3 refactor: Read AFV URLs from bootstrap.json
This also removes the possibility to change the URL on the fly via the
UI.
Fixes #257
2024-02-18 16:33:16 +01:00

77 lines
2.0 KiB
JSON

{
"crashReportServerUrl": {
"url": "http://swift-project.sp.backtrace.io:6097/"
},
"dbDebugFlag": false,
"dbHttpPort": 80,
"dbHttpsPort": 443,
"dbRootDirectoryUrl": {
"url": "https://datastore.swift-project.org/"
},
"mappingMinimumVersion": "0.9.0",
"ncepGlobalForecastSystemUrl": {
"url": "http://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_0p50.pl"
},
"ncepGlobalForecastSystemUrl25": {
"url": "http://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_0p25.pl"
},
"onlineHelpUrls": {
"containerbase": [
{
"url": "https://datastore.swift-project.org/page/swifthelpdispatcher.html"
}
]
},
"pingIntervalSecs": 180,
"predefinedServers": {
"containerbase": [
]
},
"sharedUrls": {
"containerbase": [
{
"url": "http://download.swift-project.org/shared/"
}
]
},
"vatsimDataFileUrls": {
"containerbase": [
{
"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"
},
"vatsimMetarsUrls": {
"containerbase": [
{
"url": "http://metar.vatsim.net/metar.php"
}
]
},
"vatsimStatusFileUrls": {
"containerbase": [
{
"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/"
}
}