mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 21:47:22 +01:00
do not set "*" as default continent
This commit is contained in:
parent
0a4b44f801
commit
c9030d933b
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue