mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
* automatically load status file * keep VATSIM data file locations * use METAR/datafile locations from bootstrap or VATSIM status file
56 lines
1.3 KiB
JSON
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
|
|
}
|