fix: correct typo in BASE_RECONCILE_URL in site_settings.py
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
6ebac252b0
commit
e41aa3d983
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user