Skip to content

Commit

Permalink
Dotenv support (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrochar authored Feb 18, 2024
1 parent 1434446 commit 0e59010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blitz/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from pydantic_settings import BaseSettings

DOTENV = os.path.join(os.path.dirname(__file__), ".env")
DOTENV = os.path.join(os.getcwd(), ".env")


class DBTypes(enum.StrEnum):
Expand Down

0 comments on commit 0e59010

Please sign in to comment.