's'
This commit is contained in:
@@ -31,10 +31,11 @@ def _load_env_files() -> None:
|
||||
ROOT_DIR / ".env.local",
|
||||
ROOT_DIR / "backend" / ".env",
|
||||
ROOT_DIR / "backend" / ".env.local",
|
||||
ROOT_DIR / "cursor.env",
|
||||
]:
|
||||
loaded.update(_read_env_file(path))
|
||||
for key, value in loaded.items():
|
||||
os.environ.setdefault(key, value)
|
||||
os.environ[key] = value
|
||||
|
||||
|
||||
_load_env_files()
|
||||
|
||||
Reference in New Issue
Block a user