feat: configurable path to bpn xml files
This commit is contained in:
@@ -50,6 +50,8 @@ APP_TRAVEL_INFO_BASE_URL=https://www.ep-reisen.de/reiseinformationen/
|
|||||||
|
|
||||||
API_KEYS=
|
API_KEYS=
|
||||||
|
|
||||||
|
XML_EXPORT_PATH="%kernel.project_dir%/var/xmlexport"
|
||||||
|
|
||||||
SFTP_XML_EXPORT_HOST=
|
SFTP_XML_EXPORT_HOST=
|
||||||
SFTP_XML_EXPORT_PORT=
|
SFTP_XML_EXPORT_PORT=
|
||||||
SFTP_XML_EXPORT_USER=
|
SFTP_XML_EXPORT_USER=
|
||||||
|
|||||||
@@ -1,13 +1,9 @@
|
|||||||
flysystem:
|
flysystem:
|
||||||
storages:
|
storages:
|
||||||
default.storage:
|
|
||||||
adapter: 'local'
|
|
||||||
options:
|
|
||||||
directory: '%kernel.project_dir%/var/storage/default'
|
|
||||||
xml_export.storage:
|
xml_export.storage:
|
||||||
adapter: 'local'
|
adapter: 'local'
|
||||||
options:
|
options:
|
||||||
directory: '%kernel.project_dir%/var/xmlexport'
|
directory: '%env(XML_EXPORT_PATH)%'
|
||||||
xml_dump.storage:
|
xml_dump.storage:
|
||||||
adapter: 'local'
|
adapter: 'local'
|
||||||
options:
|
options:
|
||||||
|
|||||||
Reference in New Issue
Block a user