feat: import xml export from buspro over sftp

This commit is contained in:
2026-09-03 10:39:38 +02:00
parent df1e38b008
commit 357c43eead
4 changed files with 47 additions and 12 deletions
+6 -7
View File
@@ -2,13 +2,12 @@
flysystem:
storages:
xml_export.storage:
local:
directory: '%env(resolve:XML_EXPORT_PATH)%'
sftp:
host: '%env(SFTP_XML_EXPORT_HOST)%'
port: '%env(int:SFTP_XML_EXPORT_PORT)%'
username: '%env(SFTP_XML_EXPORT_USER)%'
password: '%env(SFTP_XML_EXPORT_PASSWORD)%'
root: '%env(SFTP_XML_EXPORT_ROOT)%'
xml_dump.storage:
local:
directory: '%kernel.project_dir%/var/bpn'
# sftp:
# host: '%env(SFTP_XML_EXPORT_HOST)%'
# port: '%env(int:SFTP_XML_EXPORT_PORT)%'
# username: '%env(SFTP_XML_EXPORT_USER)%'
# password: '%env(SFTP_XML_EXPORT_PASSWORD)%'