diff --git a/app/core/settings.py b/app/core/settings.py index 90b91f4..5bc003e 100644 --- a/app/core/settings.py +++ b/app/core/settings.py @@ -11,13 +11,13 @@ class Settings(BaseSettings): database_url: str bot_token: str telegram_chat_ids: str - # email: str - # email_password: str - # postgres_user: str - # postgres_password: str - # postgres_db: str - # db_host: str - # db_port: str + email: str + email_password: str + postgres_user: str + postgres_password: str + postgres_db: str + db_host: str + db_port: str class Config: env_file = ".env"