feat: api endpoints and xml sync for contingents data

This commit is contained in:
Björn Fromme
2026-04-22 11:23:52 +02:00
parent a1f68ec11d
commit 9b84893d88
50 changed files with 2567 additions and 221 deletions
+11
View File
@@ -4,6 +4,10 @@ flysystem:
adapter: 'local'
options:
directory: '%env(resolve:XML_EXPORT_PATH)%'
xml_export_contingents.storage:
adapter: 'local'
options:
directory: '%env(resolve:XML_EXPORT_CONTINGENTS_PATH)%'
xml_source.storage:
adapter: 'sftp'
options:
@@ -11,6 +15,13 @@ flysystem:
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:
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: