feat: cron controlled cli command to sync xml data with remote

This commit is contained in:
Björn Fromme
2025-12-19 17:06:27 +01:00
parent 5f94f0487b
commit 62ac8038dc
11 changed files with 352 additions and 9 deletions
+1
View File
@@ -34,6 +34,7 @@ services:
autoconfigure: true # Automatically registers your services as commands, event subscribers, etc.
bind:
$xmlExport: '@xml_export.storage'
$xmlSource: '@xml_source.storage'
$xmlDump: '@xml_dump.storage'
$jsonExport: '@json_export.storage'
$travelInfoBaseUrl: '%env(APP_TRAVEL_INFO_BASE_URL)%'