From 417ffec40f8bbbeaaf6479ae8af4766f75a0f0a8 Mon Sep 17 00:00:00 2001 From: LuongTienThinh Date: Thu, 25 Jan 2024 17:16:31 +0700 Subject: [PATCH] refactor: rename request verify --- config/telegram-git-notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/telegram-git-notifier.php b/config/telegram-git-notifier.php index b3c7033..fdac726 100644 --- a/config/telegram-git-notifier.php +++ b/config/telegram-git-notifier.php @@ -21,7 +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'), + 'request_verify' => env('TGN_REQUEST_VERIFY', 'true'), ], 'bot' => [