feat: switch to sftp source for buspro xml data

This commit is contained in:
2026-09-04 12:12:05 +02:00
parent 332406532f
commit bc2af4d8e7
+6 -9
View File
@@ -2,15 +2,12 @@
flysystem: flysystem:
storages: storages:
xml_export.storage: xml_export.storage:
local: sftp:
directory: '%env(resolve:XML_EXPORT_PATH)%' host: '%env(SFTP_XML_EXPORT_HOST)%'
# SFTP source (enable when switching from local XML files) port: '%env(int:SFTP_XML_EXPORT_PORT)%'
# sftp: username: '%env(SFTP_XML_EXPORT_USER)%'
# host: '%env(SFTP_XML_EXPORT_HOST)%' password: '%env(SFTP_XML_EXPORT_PASSWORD)%'
# port: '%env(int:SFTP_XML_EXPORT_PORT)%' root: '%env(SFTP_XML_EXPORT_ROOT)%'
# username: '%env(SFTP_XML_EXPORT_USER)%'
# password: '%env(SFTP_XML_EXPORT_PASSWORD)%'
# root: '%env(SFTP_XML_EXPORT_ROOT)%'
xml_dump.storage: xml_dump.storage:
local: local:
directory: '%kernel.project_dir%/var/bpn' directory: '%kernel.project_dir%/var/bpn'