diff --git a/app/config.py b/app/config.py index 5327a92..31781fe 100644 --- a/app/config.py +++ b/app/config.py @@ -47,7 +47,7 @@ class Settings(BaseSettings): BASE_URL: str = "http://localhost:8000" ALLOW_REGISTER: bool = True RESEND_API_KEY: str = "" - RESEND_FROM_EMAIL: str = "CueAPI " + RESEND_FROM_EMAIL: str = "CueAPI " WORKER_HEARTBEAT_TIMEOUT_SECONDS: int = 180 WORKER_CLAIM_TIMEOUT_SECONDS: int = 900 WORKER_UNCLAIMED_TIMEOUT_SECONDS: int = 900