diff --git a/config.json b/config.json index 8425e39..e19e1c4 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "dl": "http://txdatacenter:3000/api/v1/crates/{crate}/{version}/download", - "api": "http://txdatacenter:3000", + "dl": "http://127.0.0.1:3000/api/v1/crates/{crate}/{version}/download", + "api": "http://127.0.0.1:3000", "allowed-registries": ["https://github.com/rust-lang/crates.io-index"] }