From 67bb3fd00c1fa62a65ca874bd2741952561dcf0e Mon Sep 17 00:00:00 2001 From: zznty <94796179+zznty@users.noreply.github.com> Date: Fri, 1 Nov 2024 07:15:42 +0700 Subject: [PATCH] update autoupdate default config --- Torch.Server/TorchConfig.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 };