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
+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: