Skip to content

Commit

Permalink
hotfix: settings
Browse files Browse the repository at this point in the history
  • Loading branch information
w1tnessbtwwwww committed Dec 16, 2024
1 parent 1208fe3 commit a8bf380
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/cfg/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
class Settings(BaseSettings):
TELEGRAM_TOKEN: str

class Config:
env_file = '.env'

settings = Settings()

0 comments on commit a8bf380

Please sign in to comment.