We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffeaf57 commit 5214640Copy full SHA for 5214640
src/config.rs
@@ -60,8 +60,8 @@ impl Default for Server {
60
/// If the environment variable is not present instance metrics are not logged.
61
/// - `FORCE_UNCONDITIONAL_REDIRECTS`: Whether to force unconditional redirects in the download
62
/// endpoint even with a healthy database pool.
63
- /// - `BLOCKED_ROUTES`: A comma separated list of HTTP routes that are manually blocked by an
64
- /// operator.
+ /// - `BLOCKED_ROUTES`: A comma separated list of HTTP route patterns that are manually blocked
+ /// by an operator (e.g. `/crates/:crate_id/:version/download`).
65
///
66
/// # Panics
67
0 commit comments