sends own addr to auth callback (#639)

* sends own addr to auth callback

* shouldn't have http on local

* actually, both should have

* changed for consistency
This commit is contained in:
Wyatt Verchere
2023-06-15 16:12:02 -07:00
committed by GitHub
parent dd3599f5b3
commit d64c043838
3 changed files with 4 additions and 2 deletions

View File

@@ -396,6 +396,7 @@ fn check_env_vars() -> bool {
failed |= check_var::<String>("MEILISEARCH_ADDR");
failed |= check_var::<String>("MEILISEARCH_KEY");
failed |= check_var::<String>("BIND_ADDR");
failed |= check_var::<String>("SELF_ADDR");
failed |= check_var::<String>("STORAGE_BACKEND");