From 81a690277f5cd2e85a9e76bfc7bbe2fcd92f04e1 Mon Sep 17 00:00:00 2001 From: bsiggel Date: Sun, 8 Mar 2026 19:40:20 +0100 Subject: [PATCH] fix: Add webhookAllowedAddressList to config; update cacheTimestamp and microtimeState in state --- data/config.php | 5 ++++- data/state.php | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/data/config.php b/data/config.php index e1979f20..6608cc4b 100644 --- a/data/config.php +++ b/data/config.php @@ -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' + ] ]; diff --git a/data/state.php b/data/state.php index cdba44c1..d49e9860 100644 --- a/data/state.php +++ b/data/state.php @@ -1,7 +1,7 @@ 1772993923, - 'microtimeState' => 1772993923.452106, + 'cacheTimestamp' => 1772994520, + 'microtimeState' => 1772994520.277133, 'currencyRates' => [ 'EUR' => 1.0 ],