From c9034a7276dbdf87649c9946ef5072de58097259 Mon Sep 17 00:00:00 2001 From: FxQnLr Date: Mon, 12 Feb 2024 15:50:58 +0100 Subject: remove cargo chef --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/config.rs b/src/config.rs index e88ddab..4319ffc 100644 --- a/src/config.rs +++ b/src/config.rs @@ -16,7 +16,7 @@ impl Config { .set_default("pingtimeout", 10)? .add_source(File::with_name("config.toml").required(false)) .add_source(File::with_name("config.dev.toml").required(false)) - .add_source(config::Environment::with_prefix("WEBOL").separator("_")) + .add_source(config::Environment::with_prefix("WEBOL").prefix_separator("_")) .build()?; config.try_deserialize() -- cgit v1.2.3