From a56989909cdcb120daf6220bfc0c9d3810fb119e Mon Sep 17 00:00:00 2001 From: LuongTienThinh Date: Thu, 25 Jan 2024 16:43:52 +0700 Subject: [PATCH] feat: add verify_system to work correctly on window and linux --- config/telegram-git-notifier.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/telegram-git-notifier.php b/config/telegram-git-notifier.php index f8d12b9..b3c7033 100644 --- a/config/telegram-git-notifier.php +++ b/config/telegram-git-notifier.php @@ -21,6 +21,7 @@ /* Required for the bot to work properly */ 'url' => env('TGN_APP_URL', env('APP_URL', 'http://localhost')).'/'.$routePrefix, + 'verify_system' => env('VERIFY_SYSTEM', 'true'), ], 'bot' => [