mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
configuration env seperator
This commit is contained in:
@@ -112,7 +112,7 @@ impl Settings {
|
|||||||
log::warn!("configuration file not found");
|
log::warn!("configuration file not found");
|
||||||
}
|
}
|
||||||
|
|
||||||
s.merge(Environment::with_prefix("GUARD"))?;
|
s.merge(Environment::with_prefix("GUARD").separator("_"))?;
|
||||||
|
|
||||||
check_url(&s);
|
check_url(&s);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user