do not set "*" as default continent
This commit is contained in:
@@ -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; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user