update mirror

This commit is contained in:
Laura Hausmann 2020-02-10 22:40:35 +01:00
parent 8c79c4692e
commit 10127b293e
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://mirror.c3stream.de/";
public const string CacheUrl = "https://c3stream-mirror.prod.zotan.network/";
public static object Lock = new object();
public static string DbPath = Path.Combine(DataPath, DbFile);
@ -119,4 +119,4 @@ namespace c3stream {
}
}
}
}
}