Files
pilotclient/resources/share/shared/bootstrap/bootstrap.json
Klaus Basan f2d89bf56c Fixed misc. things for bootstrap file/reader
* added help URL
* added swift map URL
* fixed typo for crash report server
* added more failover servers
2017-04-19 19:30:58 +01:00

65 lines
1.6 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/"
}]
},
"onlineHelpUrls": {
"containerbase": [{
"url": "http://help.swift-project.org"
}]
},
"mapUrls": {
"containerbase": [{
"url": "http://map.swift-project.org"
}]
},
"sharedUrls": {
"containerbase": [{
"url": "https://datastore.swift-project.org/shared"
},
{
"url": "https://vatsim-germany.org:50443/datastore/shared"
},
{
"url": "http://www.siliconmind.de/datastore/shared"
},
{
"url": "http://swift-project.org/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
}