20 lines
581 B
C#
20 lines
581 B
C#
namespace JacRed.Models.AppConf
|
|
{
|
|
public class RedConf
|
|
{
|
|
public string syncapi = "http://redapi.cfhttp.top";
|
|
|
|
public int syntime = 60;
|
|
|
|
public string[] trackers = new string[] { "rutracker", "rutor", "kinozal", "nnmclub", "megapeer", "bitru", "toloka", "lostfilm", "baibako", "torrentby", "hdrezka", "selezen", "animelayer", "anilibria", "anifilm" };
|
|
|
|
public int maxreadfile = 300;
|
|
|
|
public bool mergeduplicates = true;
|
|
|
|
public bool mergenumduplicates = true;
|
|
|
|
public Evercache evercache = new Evercache();
|
|
}
|
|
}
|