From 202620d2bd3272eaf47a9a2238cb49bd53cf23b7 Mon Sep 17 00:00:00 2001 From: Deralden <121487413+Deralden@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:12:04 +0300 Subject: [PATCH] Key fix in config (#1837) --- service_status/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service_status/config.py b/service_status/config.py index e34b9ac61..550fe955e 100644 --- a/service_status/config.py +++ b/service_status/config.py @@ -23,3 +23,5 @@ MINIMUM_INTERVAL_IN_HOUR = 1 CERTIFICATION_EXPIRATION_THRESHOLD = 30 BASE_URL_TO_RESET_SERVICE_HEALTH = "" +HOST = '' +AUTH = '' \ No newline at end of file