fix: slight change in env var used to get teh base URL
This commit is contained in:
parent
2f75dc41c8
commit
77a7b7b81d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ pub fn get_config() -> Config {
|
|||
config.mail_pass = x.trim().to_string();
|
||||
}
|
||||
|
||||
if let Ok(x) = env::var("WOLVES_URL") {
|
||||
if let Ok(x) = env::var("WOLVES_URL_BASE") {
|
||||
config.wolves_url = x.trim().to_string();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue