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 cc46330 commit d923adeCopy full SHA for d923ade
src/main.rs
@@ -28,7 +28,7 @@ use tracing_subscriber::{layer::SubscriberExt, util::SubscriberInitExt};
28
29
fn config() -> AppConfig {
30
figment::Figment::new()
31
- .join(figment::providers::Env::prefixed("APP_").split("_"))
+ .join(figment::providers::Env::prefixed("APP_"))
32
.join(figment::providers::Toml::file("imagefork.toml"))
33
.extract()
34
.unwrap()
0 commit comments