fix: adopt travel info urls

This commit is contained in:
Björn Fromme
2025-03-21 16:26:49 +01:00
parent b88be16550
commit 6326e1ffc3
5 changed files with 27 additions and 4 deletions
+2
View File
@@ -4,6 +4,7 @@
# Put parameters here that don't need to change on each machine where the app is deployed
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
parameters:
travel_info_base_url: '%env(APP_TRAVEL_INFO_BASE_URL)%'
services:
# default configuration for services in *this* file
@@ -12,6 +13,7 @@ services:
autoconfigure: true # Automatically registers your services as commands, event subscribers, etc.
bind:
$xmlPath: '%kernel.project_dir%/var/xmlexport'
$travelInfoBaseUrl: '%env(APP_TRAVEL_INFO_BASE_URL)%'
$logger: '@monolog.logger.core'
# makes classes in src/ available to be used as services