mirror of
https://github.com/pesde-pkg/index.git
synced 2024-12-12 03:10:36 +00:00
update config to only allow production wally index
This commit is contained in:
parent
f7a2833eb9
commit
c9810020a1
1 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue