support using old index url

This commit is contained in:
daimond113 2024-11-28 19:08:52 +01:00
parent 062bb0c3fd
commit 828e0b9123
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C

View file

@ -2,3 +2,4 @@ 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 = true
other_registries_allowed = ["https://github.com/daimond113/pesde-index"]