feat: switch to sftp source for buspro xml data

This commit is contained in:
2026-09-04 11:57:03 +02:00
parent 976b30ccc0
commit f12561c62b
+6 -9
View File
@@ -4,15 +4,12 @@ flysystem:
local:
directory: '%env(resolve:XML_EXPORT_PATH)%'
xml_source.storage:
local:
directory: '%env(resolve:XML_EXPORT_PATH)%'
# Switch to the SFTP source when the remote source becomes active:
# 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)%'
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'