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 44cc9e8 commit 78e1950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/tg-notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

'timezone' => $_ENV['TIMEZONE'] ?? 'Asia/Ho_Chi_Minh',

'request_verify' => $_ENV['TGN_REQUEST_VERIFY'] ?? 'true',
'request_verify' => $_ENV['TGN_REQUEST_VERIFY'] ?? false,
],

'bot' => [
Expand Down

0 comments on commit 78e1950

Please sign in to comment.