fix: Add webhookAllowedAddressList to config; update cacheTimestamp and microtimeState in state

This commit is contained in:
2026-03-08 19:40:20 +01:00
parent ded721a9d4
commit 81a690277f
2 changed files with 6 additions and 3 deletions

View File

@@ -428,5 +428,8 @@ return [
'advancedPackUpdateSkipWorkflowOrder' => true,
'adminPanelIframeUrl' => 'https://s.espocrm.com/?instanceId=4437546e-79fc-40f6-ac04-448b526c1401&advanced-pack=19bc86a68a7bb01f458cb391d43a9212',
'baselineRoleName' => NULL,
'baselineRoleId' => NULL
'baselineRoleId' => NULL,
'webhookAllowedAddressList' => [
0 => 'api.bitbylaw.com:443'
]
];