diff --git a/config/telegram-git-notifier.php b/config/telegram-git-notifier.php index f8d12b9..d604062 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, + 'request_verify' => env('TGN_REQUEST_VERIFY', false), ], 'bot' => [