mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-14 13:08:27 +03:00
configuration env seperator
This commit is contained in:
parent
bf9f2a6cbc
commit
bb6cc840ea
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ impl Settings {
|
|||
log::warn!("configuration file not found");
|
||||
}
|
||||
|
||||
s.merge(Environment::with_prefix("GUARD"))?;
|
||||
s.merge(Environment::with_prefix("GUARD").separator("_"))?;
|
||||
|
||||
check_url(&s);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue