Files
pilotclient/resources/shared/bootstrap/bootstrap.json
Klaus Basan 1eb65a873c refs #610, VATSIM status file
* automatically load status file
* keep VATSIM data file locations
* use METAR/datafile locations from bootstrap or VATSIM status file
2016-03-18 01:10:12 +00:00

56 lines
1.3 KiB
JSON

{
"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
}