fix: Add webhookAllowedAddressList to config; update cacheTimestamp and microtimeState in state

This commit is contained in:
2026-03-08 19:40:20 +01:00
parent ded721a9d4
commit 81a690277f
2 changed files with 6 additions and 3 deletions

View File

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