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: local:
directory: '%env(resolve:XML_EXPORT_PATH)%' directory: '%env(resolve:XML_EXPORT_PATH)%'
xml_source.storage: xml_source.storage:
sftp: local:
host: '%env(SFTP_XML_EXPORT_HOST)%' directory: '%env(resolve:XML_EXPORT_PATH)%'
port: '%env(int:SFTP_XML_EXPORT_PORT)%' # Switch to the SFTP source when the remote source becomes active:
username: '%env(SFTP_XML_EXPORT_USER)%' # sftp:
password: '%env(SFTP_XML_EXPORT_PASSWORD)%' # host: '%env(SFTP_XML_EXPORT_HOST)%'
root: '%env(SFTP_XML_EXPORT_ROOT)%' # 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: xml_dump.storage:
local: local:
directory: '%kernel.project_dir%/var/bpn' directory: '%kernel.project_dir%/var/bpn'