-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,30 @@ | ||
<?php | ||
return [ | ||
/** | ||
* | ||
* The name of the package | ||
*/ | ||
'name' => 'Apis', | ||
/** | ||
* | ||
* The version of the package | ||
*/ | ||
'version' => '1.0.7', | ||
/** | ||
* | ||
* The version number of the package | ||
*/ | ||
'versionNum' => '107', | ||
/** | ||
* | ||
* enable input log for all requests default is false | ||
* | ||
*/ | ||
'enable_input_log' => env("APIS_ENABLE_INPUT_LOG", false), // Enable input log for all requests | ||
/** | ||
* | ||
* enable output log for all requests default is false | ||
* | ||
*/ | ||
'enable_output_log' => env("APIS_ENABLE_OUTPUT_LOG", false), // Enable output log for all requests | ||
]; |