Skip to content

Commit

Permalink
fix(core): add .env file support in HyfiConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 17, 2023
1 parent 73b1303 commit 23e8ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hyfi/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def initialize(self, force: bool = False) -> None:
__hydra_config__.hyfi_config_path,
__hydra_config__.hyfi_user_config_path,
)
ENVs.load_dotenv()

self._initilized_ = True

Expand Down

0 comments on commit 23e8ff2

Please sign in to comment.