From c9810020a127361cbced1e7d5c265298eb74e7d6 Mon Sep 17 00:00:00 2001 From: dai <72147841+daimond113@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:43:37 +0100 Subject: [PATCH] update config to only allow production wally index --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 7c3c23f..f0781e0 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ api = "https://registry.pesde.daimond113.com" download = "{API_URL}/v0/packages/{PACKAGE}/{PACKAGE_VERSION}/{PACKAGE_TARGET}" github_oauth_client_id = "a1d648966fdfbdcd9295" -wally_allowed = true +wally_allowed = ["https://github.com/UpliftGames/wally-index"] other_registries_allowed = ["https://github.com/daimond113/pesde-index"] -scripts_package = "pesde/scripts_rojo" +scripts_packages = ["pesde/scripts_rojo"]