diff --git a/src/Config/Apis.php b/src/Config/Apis.php index 28fd2f5..a56a904 100644 --- a/src/Config/Apis.php +++ b/src/Config/Apis.php @@ -1,8 +1,30 @@ '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 ]; \ No newline at end of file