We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e27feb6 + acf6022 commit 74d3e0eCopy full SHA for 74d3e0e
config/telegram-git-notifier.php
@@ -21,6 +21,7 @@
21
22
/* Required for the bot to work properly */
23
'url' => env('TGN_APP_URL', env('APP_URL', 'http://localhost')).'/'.$routePrefix,
24
+ 'request_verify' => env('TGN_REQUEST_VERIFY', false),
25
],
26
27
'bot' => [
0 commit comments