Skip to content

Commit 74d3e0e

Browse files
authored
Merge pull request #59 from LuongTienThinh/feat/verify-system
feat: add verify_system to work correctly on window and linux
2 parents e27feb6 + acf6022 commit 74d3e0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/telegram-git-notifier.php

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
/* Required for the bot to work properly */
2323
'url' => env('TGN_APP_URL', env('APP_URL', 'http://localhost')).'/'.$routePrefix,
24+
'request_verify' => env('TGN_REQUEST_VERIFY', false),
2425
],
2526

2627
'bot' => [

0 commit comments

Comments
 (0)