2020-05-07 17:29:18 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Application Name
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
| This value is the name of your application. This value is used when the
|
|
|
|
| framework needs to place the application's name in a notification or
|
|
|
|
| any other location as required by the application or its packages.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
'workspacePath' => public_path() . DIRECTORY_SEPARATOR . "workspace",
|
|
|
|
|
|
|
|
'max' => [
|
2022-01-18 08:51:31 +00:00
|
|
|
'listidentifiers' => 100,
|
|
|
|
'listrecords' => 100
|
2020-05-07 17:29:18 +00:00
|
|
|
],
|
|
|
|
];
|