Skip to content

Commit

Permalink
add instance_id in route api monitor (#4472)
Browse files Browse the repository at this point in the history
  • Loading branch information
aynsix authored Feb 9, 2024
1 parent 63431bf commit 52faf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Alchemy/Phrasea/Controller/Api/V1Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit 52faf4e

Please sign in to comment.