Add AI provider field and localization updates; modify microtime values in config and state files
This commit is contained in:
@@ -359,7 +359,7 @@ return [
|
||||
0 => 'youtube.com',
|
||||
1 => 'google.com'
|
||||
],
|
||||
'microtime' => 1774536094.057648,
|
||||
'microtime' => 1774561277.765123,
|
||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||
'fullTextSearchMinLength' => 4,
|
||||
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'cacheTimestamp' => 1774536094,
|
||||
'microtimeState' => 1774536094.274373,
|
||||
'cacheTimestamp' => 1774561277,
|
||||
'microtimeState' => 1774561277.939448,
|
||||
'currencyRates' => [
|
||||
'EUR' => 1.0
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user