Files
pilotclient/resources/share/shared/bootstrap/bootstrap.json
Klaus Basan 492649c061 fixes "unable to login", discovered during #780,
* fixed bootstrap file
* improved timeout of connect, now in single static function
* some minor tweaks
2016-12-06 09:33:56 +01:00

49 lines
1.2 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/"
}]
},
"sharedUrls": {
"containerbase": [{
"url": "https://datastore.swift-project.org/shared"
},
{
"url": "https://vatsim-germany.org:50443/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
}