chore: remote obsolete contingents-related plumbing

This commit is contained in:
Björn Fromme
2026-06-11 16:19:14 +02:00
parent 8c99fba6fa
commit b2fccae431
19 changed files with 1 additions and 1711 deletions
-9
View File
@@ -3,21 +3,12 @@ flysystem:
xml_export.storage:
local:
directory: '%env(resolve:XML_EXPORT_PATH)%'
xml_export_contingents.storage:
local:
directory: '%env(resolve:XML_EXPORT_CONTINGENTS_PATH)%'
xml_source.storage:
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:
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:
local:
directory: '%kernel.project_dir%/var/bpn'
-12
View File
@@ -112,14 +112,11 @@ services:
arguments:
$xmlSource: '@xml_source.storage'
$xmlExport: '@xml_export.storage'
$xmlSourceContingents: '@xml_source_contingents.storage'
$xmlExportContingents: '@xml_export_contingents.storage'
$bpnCache: '@bpn.cache'
App\Command\BpnXmlCacheInvalidateCommand:
arguments:
$xmlExport: '@xml_export.storage'
$xmlExportContingents: '@xml_export_contingents.storage'
$bpnCache: '@bpn.cache'
$cache: '@cache.app'
@@ -161,15 +158,6 @@ services:
arguments:
$cache: '@bpn.cache'
App\BusProNet\XmlLoader\ContingentLoader:
arguments:
$cache: '@bpn.cache'
$xmlExportContingents: '@xml_export_contingents.storage'
App\BusProNet\Utility\BookingUrlUtility:
arguments:
$defaultBaseUrl: '%env(APP_BASE_URL)%'
App\Service\VoucherValidator:
arguments:
$cache: '@cache.app'