diff --git a/Torch.Server/TorchConfig.cs b/Torch.Server/TorchConfig.cs index 8d0571b..b16a7e9 100644 --- a/Torch.Server/TorchConfig.cs +++ b/Torch.Server/TorchConfig.cs @@ -114,8 +114,8 @@ public class TorchConfig : ViewModel, ITorchConfig public UpdateSource UpdateSource { get; set; } = new() { - Repository = "PveTeam/Torch", - Url = "https://api.github.com", + Repository = "PvE/Torch", + Url = "https://git.zznty.ru/api/v1", SourceType = UpdateSourceType.Github };