From 2af943b4c1e3e1edfc1b8b56bbb4b106414b99ed Mon Sep 17 00:00:00 2001 From: Steve <34465153+xxl4@users.noreply.github.com> Date: Thu, 18 Jul 2024 10:01:48 +0800 Subject: [PATCH] #4 add desc for config key --- src/Config/Apis.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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