Move archon to env var (#3386)

This commit is contained in:
Jai Agrawal
2025-03-11 23:27:49 -07:00
committed by GitHub
parent 1ea196051f
commit 887e437d35
3 changed files with 30 additions and 16 deletions

View File

@@ -502,5 +502,7 @@ pub fn check_env_vars() -> bool {
failed |= check_var::<String>("DELPHI_URL");
failed |= check_var::<String>("ARCHON_URL");
failed
}