Skip to content

Commit

Permalink
fix: env path for settings (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
loboda4450 authored Sep 5, 2024
1 parent dff4f10 commit b3ffffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/api/dependencies/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ class Settings(BaseSettings):
LOG_FORMAT: str = "PLAIN"


settings = Settings(_env_file="../.env")
settings = Settings(_env_file="./api/.env")

0 comments on commit b3ffffb

Please sign in to comment.