Skip to content

Commit

Permalink
Merge pull request #59 from LuongTienThinh/feat/verify-system
Browse files Browse the repository at this point in the history
feat: add verify_system to work correctly on window and linux
  • Loading branch information
tanhongit committed Jan 25, 2024
2 parents e27feb6 + acf6022 commit 74d3e0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/telegram-git-notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +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', false),
],

'bot' => [
Expand Down

0 comments on commit 74d3e0e

Please sign in to comment.