mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-28 16:13:17 +00:00
configuration env seperator
This commit is contained in:
parent
bf9f2a6cbc
commit
bb6cc840ea
@ -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);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user