chore: fix deprecations in flysystem config
This commit is contained in:
@@ -1,32 +1,26 @@
|
||||
flysystem:
|
||||
storages:
|
||||
xml_export.storage:
|
||||
adapter: 'local'
|
||||
options:
|
||||
local:
|
||||
directory: '%env(resolve:XML_EXPORT_PATH)%'
|
||||
xml_export_contingents.storage:
|
||||
adapter: 'local'
|
||||
options:
|
||||
local:
|
||||
directory: '%env(resolve:XML_EXPORT_CONTINGENTS_PATH)%'
|
||||
xml_source.storage:
|
||||
adapter: 'sftp'
|
||||
options:
|
||||
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)%'
|
||||
xml_source_contingents.storage:
|
||||
adapter: 'sftp'
|
||||
options:
|
||||
sftp:
|
||||
host: '%env(SFTP_XML_EXPORT_CONTINGENTS_HOST)%'
|
||||
port: '%env(int:SFTP_XML_EXPORT_CONTINGENTS_PORT)%'
|
||||
username: '%env(SFTP_XML_EXPORT_CONTINGENTS_USER)%'
|
||||
password: '%env(SFTP_XML_EXPORT_CONTINGENTS_PASSWORD)%'
|
||||
xml_dump.storage:
|
||||
adapter: 'local'
|
||||
options:
|
||||
local:
|
||||
directory: '%kernel.project_dir%/var/bpn'
|
||||
json_export.storage:
|
||||
adapter: 'local'
|
||||
options:
|
||||
local:
|
||||
directory: '%env(resolve:JSON_EXPORT_PATH)%'
|
||||
|
||||
Reference in New Issue
Block a user