You've already forked AstralRinth
forked from didirus/AstralRinth
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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user