Skip to content

Commit

Permalink
Dotenv support
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrochar committed Feb 17, 2024
1 parent 1434446 commit 08f7221
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 08f7221

Please sign in to comment.