HOS-93: update comment

This commit is contained in:
simon 2024-10-22 12:12:15 -07:00
parent d3f7c06402
commit 3201f75668

View File

@ -436,7 +436,7 @@ class Config(Base):
# Attributes that were explicitly set by the user.
_non_default_attributes: Set[str] = pydantic.PrivateAttr(set())
# file path to env file
# Path to file containing key-values pairs to override in the environment; Dotenv format.
env_file: Optional[str] = None
def __init__(self, *args, **kwargs):