services/healthchecks: use default healthchecks logo

This commit is contained in:
2025-10-26 14:17:34 -07:00
parent 3ba49ec237
commit 39d3b5055a

View File

@@ -45,7 +45,7 @@ in
DEBUG = false; DEBUG = false;
INTEGRATIONS_ALLOW_PRIVATE_IPS = "False"; INTEGRATIONS_ALLOW_PRIVATE_IPS = "False";
PROMETHEUS_ENABLED = "True"; PROMETHEUS_ENABLED = "True";
SITE_LOGO_URL = "https://its-et.me/favicon-32x32.png"; SITE_LOGO_URL = "./static/img/logo.png";
SITE_NAME = "its-et.me Healthchecks"; SITE_NAME = "its-et.me Healthchecks";
SITE_ROOT = "https://hc.its-et.me"; SITE_ROOT = "https://hc.its-et.me";
WEBHOOKS_ENABLED = "True"; WEBHOOKS_ENABLED = "True";