From 52faf4eb0325d61c4545537811b93dd3d86494e0 Mon Sep 17 00:00:00 2001 From: Aina Sitraka <35221835+aynsix@users.noreply.github.com> Date: Fri, 9 Feb 2024 19:38:10 +0300 Subject: [PATCH] add instance_id in route api monitor (#4472) --- lib/Alchemy/Phrasea/Controller/Api/V1Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Alchemy/Phrasea/Controller/Api/V1Controller.php b/lib/Alchemy/Phrasea/Controller/Api/V1Controller.php index db4d5d0572..0a23882758 100644 --- a/lib/Alchemy/Phrasea/Controller/Api/V1Controller.php +++ b/lib/Alchemy/Phrasea/Controller/Api/V1Controller.php @@ -317,7 +317,7 @@ private function getGlobalValuesInformation() 'description' => $conf->get(['registry', 'general', 'description']), 'httpServer' => [ 'phpTimezone' => ini_get('date.timezone'), - 'siteId' => $conf->get(['main', 'key']), + 'instanceId' => $conf->get(['main', 'instance_id']), 'defaultLanguage' => $conf->get(['languages', 'default']), 'allowIndexing' => $conf->get(['registry', 'general', 'allow-indexation']), 'modes' => [