create cmms machine service with tests
This commit is contained in:
9
config/cmms_web_services.php
Normal file
9
config/cmms_web_services.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'MACHINE_INFO' => [
|
||||
'url' => env('CMMS_MACHINE_INFO_URL'),
|
||||
'password' => env('CMMS_MACHINE_INFO_PASSWORD'),
|
||||
'ViewName' => env('CMMS_MACHINE_INFO_VIEW_NAME'),
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user