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
+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 ###