Compare commits
2 Commits
ded721a9d4
...
926b6d9719
| Author | SHA1 | Date | |
|---|---|---|---|
| 926b6d9719 | |||
| 81a690277f |
@@ -56,7 +56,8 @@
|
|||||||
"pending_sync": "Warte auf Sync",
|
"pending_sync": "Warte auf Sync",
|
||||||
"clean": "Synchronisiert",
|
"clean": "Synchronisiert",
|
||||||
"unclean": "Abweichungen",
|
"unclean": "Abweichungen",
|
||||||
"failed": "Fehlgeschlagen"
|
"failed": "Fehlgeschlagen",
|
||||||
|
"no_sync": "Kein Sync"
|
||||||
},
|
},
|
||||||
"fileStatus": {
|
"fileStatus": {
|
||||||
"new": "Neu",
|
"new": "Neu",
|
||||||
|
|||||||
@@ -56,10 +56,11 @@
|
|||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
"xaiSyncStatus": {
|
"xaiSyncStatus": {
|
||||||
"pending_sync": "Waiting for Sync",
|
"pending_sync": "Warte auf Sync",
|
||||||
"clean": "Synchronized",
|
"clean": "Synchronisiert",
|
||||||
"unclean": "Discrepancies",
|
"unclean": "Abweichungen",
|
||||||
"failed": "Failed"
|
"failed": "Fehlgeschlagen",
|
||||||
|
"no_sync": "Kein Sync"
|
||||||
},
|
},
|
||||||
"fileStatus": {
|
"fileStatus": {
|
||||||
"new": "New",
|
"new": "New",
|
||||||
|
|||||||
@@ -128,13 +128,15 @@
|
|||||||
"pending_sync",
|
"pending_sync",
|
||||||
"clean",
|
"clean",
|
||||||
"unclean",
|
"unclean",
|
||||||
"failed"
|
"failed",
|
||||||
|
"no_sync"
|
||||||
],
|
],
|
||||||
"style": {
|
"style": {
|
||||||
"pending_sync": "default",
|
"pending_sync": "default",
|
||||||
"clean": "success",
|
"clean": "success",
|
||||||
"unclean": "warning",
|
"unclean": "warning",
|
||||||
"failed": "danger"
|
"failed": "danger",
|
||||||
|
"no_sync": null
|
||||||
},
|
},
|
||||||
"default": "pending_sync",
|
"default": "pending_sync",
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
|
|||||||
@@ -358,7 +358,7 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'microtime' => 1772993923.333484,
|
'microtime' => 1772996942.539526,
|
||||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||||
'fullTextSearchMinLength' => 4,
|
'fullTextSearchMinLength' => 4,
|
||||||
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
||||||
@@ -428,5 +428,8 @@ return [
|
|||||||
'advancedPackUpdateSkipWorkflowOrder' => true,
|
'advancedPackUpdateSkipWorkflowOrder' => true,
|
||||||
'adminPanelIframeUrl' => 'https://s.espocrm.com/?instanceId=4437546e-79fc-40f6-ac04-448b526c1401&advanced-pack=19bc86a68a7bb01f458cb391d43a9212',
|
'adminPanelIframeUrl' => 'https://s.espocrm.com/?instanceId=4437546e-79fc-40f6-ac04-448b526c1401&advanced-pack=19bc86a68a7bb01f458cb391d43a9212',
|
||||||
'baselineRoleName' => NULL,
|
'baselineRoleName' => NULL,
|
||||||
'baselineRoleId' => NULL
|
'baselineRoleId' => NULL,
|
||||||
|
'webhookAllowedAddressList' => [
|
||||||
|
0 => 'api.bitbylaw.com:443'
|
||||||
|
]
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
return [
|
return [
|
||||||
'cacheTimestamp' => 1772993923,
|
'cacheTimestamp' => 1772996942,
|
||||||
'microtimeState' => 1772993923.452106,
|
'microtimeState' => 1772996942.72175,
|
||||||
'currencyRates' => [
|
'currencyRates' => [
|
||||||
'EUR' => 1.0
|
'EUR' => 1.0
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user