wip: initial commit

This commit is contained in:
Björn Fromme
2024-11-20 18:32:09 +01:00
parent ae964198e9
commit d4c4e69d09
91 changed files with 32685 additions and 144 deletions
+16 -2
View File
@@ -20,5 +20,19 @@ services:
- '../src/Entity/'
- '../src/Kernel.php'
# add more service definitions when explicit configuration is needed
# please note that last definitions always *replace* previous ones
App\BusProNet\ApiClient:
arguments:
$logger: '@monolog.logger.bpn'
$options:
bpn_username: '%env(APP_BPN_USER)%'
bpn_password: '%env(APP_BPN_PASSWORD)%'
bpn_url: '%env(APP_BPN_ENDPOINT)%'
debug: '%env(bool:APP_BPN_DEBUG)%'
App\BusProNet\DataLoader\TravelDataLoader:
arguments:
$xmlPath: '%kernel.project_dir%/var/xmlexport'
App\BusProNet\DataLoader\PickupDataLoader:
arguments:
$xmlPath: '%kernel.project_dir%/var/xmlexport'