Skip to content

Commit

Permalink
refactor: rename request verify
Browse files Browse the repository at this point in the history
  • Loading branch information
LuongTienThinh committed Jan 25, 2024
1 parent a569899 commit 417ffec
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,
'verify_system' => env('VERIFY_SYSTEM', 'true'),
'request_verify' => env('TGN_REQUEST_VERIFY', 'true'),
],

'bot' => [
Expand Down

0 comments on commit 417ffec

Please sign in to comment.