Skip to content

Commit

Permalink
chore: update default value for the request verify env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jan 25, 2024
1 parent 417ffec commit acf6022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/telegram-git-notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +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', 'true'),
'request_verify' => env('TGN_REQUEST_VERIFY', false),
],

'bot' => [
Expand Down

0 comments on commit acf6022

Please sign in to comment.