fix: Add webhookAllowedAddressList to config; update cacheTimestamp and microtimeState in state
This commit is contained in:
@@ -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'
|
||||
]
|
||||
];
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'cacheTimestamp' => 1772993923,
|
||||
'microtimeState' => 1772993923.452106,
|
||||
'cacheTimestamp' => 1772994520,
|
||||
'microtimeState' => 1772994520.277133,
|
||||
'currencyRates' => [
|
||||
'EUR' => 1.0
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user