Remove swift-project.net and fir-berlin.de

This commit is contained in:
Mat Sutcliffe
2023-02-03 18:28:06 +00:00
parent 1dd7321774
commit 27662996fd
2 changed files with 0 additions and 12 deletions

View File

@@ -32,9 +32,6 @@
"containerbase": [ "containerbase": [
{ {
"url": "https://datastore.swift-project.org/page/swifthelpdispatcher.html" "url": "https://datastore.swift-project.org/page/swifthelpdispatcher.html"
},
{
"url": "https://datastore.swift-project.net/page/swifthelpdispatcher.html"
} }
] ]
}, },
@@ -45,14 +42,8 @@
}, },
"sharedUrls": { "sharedUrls": {
"containerbase": [ "containerbase": [
{
"url": "https://datastore.swift-project.net/shared/"
},
{ {
"url": "http://download.swift-project.org/shared/" "url": "http://download.swift-project.org/shared/"
},
{
"url": "https://swift.fir-berlin.de/shared"
} }
] ]
}, },

View File

@@ -54,15 +54,12 @@ namespace BlackCore::Data
m_vatsimDataFileUrls = CUrlList{ "https://data.vatsim.net/v3/vatsim-data.json" }; m_vatsimDataFileUrls = CUrlList{ "https://data.vatsim.net/v3/vatsim-data.json" };
m_sharedUrls = CUrlList m_sharedUrls = CUrlList
{ {
"https://datastore.swift-project.net/shared/",
"http://download.swift-project.org/shared/", "http://download.swift-project.org/shared/",
"https://swift.fir-berlin.de/shared"
}; };
m_onlineHelpUrls = CUrlList m_onlineHelpUrls = CUrlList
{ {
"https://datastore.swift-project.org/page/swifthelpdispatcher.html", "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_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"); m_ncepGlobalForecastSystemUrl25 = CUrl("http://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_0p25.pl");