fix: correct typo in BASE_RECONCILE_URL in site_settings.py

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-08-03 03:41:26 +08:00
parent 6ebac252b0
commit e41aa3d983

View File

@ -21,7 +21,7 @@ class SiteSettings(BaseSettings):
BASE_GITEA_URL: str = "https://gitea.freeleaps.mathmast.com" BASE_GITEA_URL: str = "https://gitea.freeleaps.mathmast.com"
# TODO: confirm with Zhenyu # 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 # TODO: modify this with actual Loki URL
BASE_LOKI_URL: str = "http://localhost:3100" BASE_LOKI_URL: str = "http://localhost:3100"