From 4e17fac8b756b48beaf530dffc528d6462a11ee6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 10 Apr 2023 07:24:01 +0300 Subject: fix typo --- classes/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/config.php') diff --git a/classes/config.php b/classes/config.php index 07fecccf4..09f68ea07 100644 --- a/classes/config.php +++ b/classes/config.php @@ -196,7 +196,7 @@ class Config { const JAEGER_REPORTING_HOST = "JAEGER_REPORTING_HOST"; /** Jaeger service name */ - const JAEGER_SERVICE_NAME = "tt-rss"; + const JAEGER_SERVICE_NAME = "JAEGER_SERVICE_NAME"; /** default values for all global configuration options */ private const _DEFAULTS = [ -- cgit v1.2.3