do not set "*" as default continent

This commit is contained in:
rootdarkarchon
2024-01-13 11:16:42 +01:00
parent 0a4b44f801
commit c9030d933b

View File

@@ -2,7 +2,7 @@
public class CdnShardConfiguration public class CdnShardConfiguration
{ {
public List<string> Continents { get; set; } = new List<string>() { "*" }; public List<string> Continents { get; set; }
public string FileMatch { get; set; } public string FileMatch { get; set; }
public Uri CdnFullUrl { get; set; } public Uri CdnFullUrl { get; set; }