更新 'config.json'

This commit is contained in:
贺凯欣 2023-01-13 10:10:50 +08:00
parent ef278d5863
commit c1b8b81c07

View File

@ -1,5 +1,5 @@
{ {
"dl": "http://txdatacenter:3000/api/v1/crates/{crate}/{version}/download", "dl": "http://127.0.0.1:3000/api/v1/crates/{crate}/{version}/download",
"api": "http://txdatacenter:3000", "api": "http://127.0.0.1:3000",
"allowed-registries": ["https://github.com/rust-lang/crates.io-index"] "allowed-registries": ["https://github.com/rust-lang/crates.io-index"]
} }