Skip to content

Commit acf6022

Browse files
committed
chore: update default value for the request verify env variable
1 parent 417ffec commit acf6022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/telegram-git-notifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/* Required for the bot to work properly */
2323
'url' => env('TGN_APP_URL', env('APP_URL', 'http://localhost')).'/'.$routePrefix,
24-
'request_verify' => env('TGN_REQUEST_VERIFY', 'true'),
24+
'request_verify' => env('TGN_REQUEST_VERIFY', false),
2525
],
2626

2727
'bot' => [

0 commit comments

Comments
 (0)