From ef278d586356dad32822446d743c0297bc88e856 Mon Sep 17 00:00:00 2001 From: qj Date: Mon, 12 Dec 2022 00:05:00 +0800 Subject: [PATCH] Added `config.json` --- config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..8425e39 --- /dev/null +++ b/config.json @@ -0,0 +1,5 @@ +{ + "dl": "http://txdatacenter:3000/api/v1/crates/{crate}/{version}/download", + "api": "http://txdatacenter:3000", + "allowed-registries": ["https://github.com/rust-lang/crates.io-index"] +}