mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-14 17:41:39 +08:00
Fixed misc. things for bootstrap file/reader
* added help URL * added swift map URL * fixed typo for crash report server * added more failover servers
This commit is contained in:
committed by
Mathew Sutcliffe
parent
b13eb16d51
commit
f2d89bf56c
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"crashreportServerUrl": {
|
||||
"crashReportServerUrl": {
|
||||
"url": "http://crashreports.swift-project.org/crash_upload"
|
||||
},
|
||||
"dbDebugFlag": false,
|
||||
@@ -17,12 +17,28 @@
|
||||
"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,
|
||||
|
||||
Reference in New Issue
Block a user