From 828e0b91230ea94277a8a77838b31a490e0134d6 Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Thu, 28 Nov 2024 19:08:52 +0100 Subject: [PATCH] support using old index url --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 001c05b..87154fa 100644 --- a/config.toml +++ b/config.toml @@ -2,3 +2,4 @@ api = "https://registry.pesde.daimond113.com" download = "{API_URL}/v0/packages/{PACKAGE}/{PACKAGE_VERSION}/{PACKAGE_TARGET}" github_oauth_client_id = "a1d648966fdfbdcd9295" wally_allowed = true +other_registries_allowed = ["https://github.com/daimond113/pesde-index"]