diff --git a/apps/devops/app/common/config/site_settings.py b/apps/devops/app/common/config/site_settings.py index c313636..0bf92eb 100644 --- a/apps/devops/app/common/config/site_settings.py +++ b/apps/devops/app/common/config/site_settings.py @@ -21,7 +21,7 @@ class SiteSettings(BaseSettings): BASE_GITEA_URL: str = "https://gitea.freeleaps.mathmast.com" # TODO: confirm with Zhenyu - BASE_RECONSILE_URL: str = "https://reconcile.freeleaps.mathmast.com" + BASE_RECONCILE_URL: str = "https://reconcile.freeleaps.mathmast.com" # TODO: modify this with actual Loki URL BASE_LOKI_URL: str = "http://localhost:3100"