fix: Add "pulse" field to multiple JSON files; update microtime values in config and state files

This commit is contained in:
2026-03-08 19:19:09 +01:00
parent 218b6e0d97
commit ded721a9d4
10 changed files with 19 additions and 11 deletions

View File

@@ -358,7 +358,7 @@ return [
0 => 'youtube.com',
1 => 'google.com'
],
'microtime' => 1772993835.111309,
'microtime' => 1772993923.333484,
'siteUrl' => 'https://crm.bitbylaw.com',
'fullTextSearchMinLength' => 4,
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',

View File

@@ -1,7 +1,7 @@
<?php
return [
'cacheTimestamp' => 1772993835,
'microtimeState' => 1772993835.316556,
'cacheTimestamp' => 1772993923,
'microtimeState' => 1772993923.452106,
'currencyRates' => [
'EUR' => 1.0
],