From 3201f756684b8deebe75a032b2fe6185d614d818 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 22 Oct 2024 12:12:15 -0700 Subject: [PATCH] HOS-93: update comment --- reflex/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/config.py b/reflex/config.py index 89aa4132d..eb319c5dd 100644 --- a/reflex/config.py +++ b/reflex/config.py @@ -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):