update config to only allow production wally index

This commit is contained in:
dai 2024-12-11 21:43:37 +01:00 committed by GitHub
parent f7a2833eb9
commit c9810020a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
api = "https://registry.pesde.daimond113.com" api = "https://registry.pesde.daimond113.com"
download = "{API_URL}/v0/packages/{PACKAGE}/{PACKAGE_VERSION}/{PACKAGE_TARGET}" download = "{API_URL}/v0/packages/{PACKAGE}/{PACKAGE_VERSION}/{PACKAGE_TARGET}"
github_oauth_client_id = "a1d648966fdfbdcd9295" 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"] other_registries_allowed = ["https://github.com/daimond113/pesde-index"]
scripts_package = "pesde/scripts_rojo" scripts_packages = ["pesde/scripts_rojo"]