create fms service
This commit is contained in:
9
config/fms_web_services.php
Normal file
9
config/fms_web_services.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Vehicle_Activity' => [
|
||||
'url' => env('FMS_VEHICLE_ACTIVITY_URL'),
|
||||
'password' => env('FMS_VEHICLE_ACTIVITY_PASSWORD'),
|
||||
'username' => env('FMS_VEHICLE_ACTIVITY_USERNAME'),
|
||||
],
|
||||
];
|
||||
@@ -105,6 +105,12 @@ return [
|
||||
'path' => storage_path('logs/cmms/machines_info_list_service.log'),
|
||||
'level' => 'info',
|
||||
],
|
||||
|
||||
'fms_vehicle_activity' => [
|
||||
'driver' => 'single',
|
||||
'path' => storage_path('logs/fms/vehicle_activity_service.log'),
|
||||
'level' => 'info',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user