mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Remove swift-project.net and fir-berlin.de
This commit is contained in:
@@ -32,9 +32,6 @@
|
||||
"containerbase": [
|
||||
{
|
||||
"url": "https://datastore.swift-project.org/page/swifthelpdispatcher.html"
|
||||
},
|
||||
{
|
||||
"url": "https://datastore.swift-project.net/page/swifthelpdispatcher.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -45,14 +42,8 @@
|
||||
},
|
||||
"sharedUrls": {
|
||||
"containerbase": [
|
||||
{
|
||||
"url": "https://datastore.swift-project.net/shared/"
|
||||
},
|
||||
{
|
||||
"url": "http://download.swift-project.org/shared/"
|
||||
},
|
||||
{
|
||||
"url": "https://swift.fir-berlin.de/shared"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -54,15 +54,12 @@ namespace BlackCore::Data
|
||||
m_vatsimDataFileUrls = CUrlList{ "https://data.vatsim.net/v3/vatsim-data.json" };
|
||||
m_sharedUrls = CUrlList
|
||||
{
|
||||
"https://datastore.swift-project.net/shared/",
|
||||
"http://download.swift-project.org/shared/",
|
||||
"https://swift.fir-berlin.de/shared"
|
||||
};
|
||||
|
||||
m_onlineHelpUrls = CUrlList
|
||||
{
|
||||
"https://datastore.swift-project.org/page/swifthelpdispatcher.html",
|
||||
"https://datastore.swift-project.net/page/swifthelpdispatcher.html"
|
||||
};
|
||||
m_ncepGlobalForecastSystemUrl = CUrl("http://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_0p50.pl");
|
||||
m_ncepGlobalForecastSystemUrl25 = CUrl("http://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_0p25.pl");
|
||||
|
||||
Reference in New Issue
Block a user