chore: prepare switching to sftp source for buspro xml data

This commit is contained in:
2026-09-03 16:23:49 +02:00
parent acb719730c
commit 198fbfe6a2
+9 -6
View File
@@ -4,12 +4,15 @@ flysystem:
local:
directory: '%env(resolve:XML_EXPORT_PATH)%'
xml_source.storage:
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)%'
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)%'
xml_dump.storage:
local:
directory: '%kernel.project_dir%/var/bpn'