Skip to content

Commit

Permalink
feat: add verify_system to work correctly on window and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
LuongTienThinh committed Jan 25, 2024
1 parent e27feb6 commit a569899
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,
'verify_system' => env('VERIFY_SYSTEM', 'true'),
],

'bot' => [
Expand Down

0 comments on commit a569899

Please sign in to comment.