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 e1d417c commit f52ca37Copy full SHA for f52ca37
src/configparser/config.rs
@@ -18,6 +18,7 @@ pub fn parse() -> Result<RcdsConfig> {
18
// keys by undoing the s/_/./ that the figment::split() did.
19
var.to_string()
20
.to_lowercase()
21
+ .replace("registry.tag.format", "registry.tag_format")
22
.replace("frontend.", "frontend_")
23
.replace("challenges.", "challenges_")
24
.replace("s3.access.", "s3.access_")
0 commit comments