feat: configurable path to bpn xml files

This commit is contained in:
Björn Fromme
2025-03-28 08:35:00 +01:00
parent e4cea1e47d
commit 49e165b982
2 changed files with 3 additions and 5 deletions
+2
View File
@@ -50,6 +50,8 @@ APP_TRAVEL_INFO_BASE_URL=https://www.ep-reisen.de/reiseinformationen/
API_KEYS=
XML_EXPORT_PATH="%kernel.project_dir%/var/xmlexport"
SFTP_XML_EXPORT_HOST=
SFTP_XML_EXPORT_PORT=
SFTP_XML_EXPORT_USER=
+1 -5
View File
@@ -1,13 +1,9 @@
flysystem:
storages:
default.storage:
adapter: 'local'
options:
directory: '%kernel.project_dir%/var/storage/default'
xml_export.storage:
adapter: 'local'
options:
directory: '%kernel.project_dir%/var/xmlexport'
directory: '%env(XML_EXPORT_PATH)%'
xml_dump.storage:
adapter: 'local'
options: