diff --git a/config.json b/config.json index b0b073c..89c29b9 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "dl": "http://127.0.0.1:3389/api/v1/crates", - "api": "http://127.0.0.1:3389", + "dl": "http://127.0.0.1:3000/api/v1/crates", + "api": "http://127.0.0.1:3000", "allowed-registries": ["https://github.com/rust-lang/crates.io-index"] }