update url

This commit is contained in:
Laura Hausmann 2020-06-06 20:43:03 +02:00
parent 4bdc766bcb
commit 785bc41d91
Signed by: zotan
GPG key ID: 5EC1D38FFC321311

View file

@ -13,7 +13,7 @@ namespace c3stream {
public const string DataPath = "data";
public const string DbFile = "c3stream.user.json";
public const string CachePath = "/mnt/storage/archive/Video/congress/";
public const string CacheUrl = "https://c3stream-mirror.prod.zotan.network/";
public const string CacheUrl = "https://c3stream-mirror.zotan.services/";
public static object Lock = new object();
public static string DbPath = Path.Combine(DataPath, DbFile);