wip: initial commit
This commit is contained in:
+16
-2
@@ -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'
|
||||
Reference in New Issue
Block a user