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

This commit is contained in:
Björn Fromme
2026-03-16 12:00:56 +01:00
parent ef191c55be
commit 2fe9185a6f
11 changed files with 352 additions and 9 deletions
+6
View File
@@ -71,3 +71,9 @@ OAUTH_PRIVATE_KEY=%kernel.project_dir%/config/secret/private.key
OAUTH_PUBLIC_KEY=%kernel.project_dir%/config/secret/public.key
OAUTH_ENCRYPTION_KEY=580084fd179e67399467f59ee96658ac
###< league/oauth2-server-bundle ###
###> symfony/lock ###
# Choose one of the stores below
# postgresql+advisory://db_user:db_password@localhost/db_name
LOCK_DSN=flock
###< symfony/lock ###