From 99ccfbd23f56caee5d17c3de6f17f8f90ef4ec60 Mon Sep 17 00:00:00 2001 From: Yves Gugger Date: Sun, 14 Dec 2025 21:52:59 +0100 Subject: [PATCH] fix: Add site_url to config for yield activation --- backend/app/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app/config.py b/backend/app/config.py index 49fa96d..e0f23f1 100644 --- a/backend/app/config.py +++ b/backend/app/config.py @@ -17,6 +17,7 @@ class Settings(BaseSettings): # App Settings app_name: str = "DomainWatch" debug: bool = True + site_url: str = "https://pounce.ch" # Base URL for links in emails/API responses # Email Settings (optional) smtp_host: str = ""