Skip to content

Commit a569899

Browse files
feat: add verify_system to work correctly on window and linux
1 parent e27feb6 commit a569899

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/telegram-git-notifier.php

Lines changed: 1 addition & 0 deletions
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+
'verify_system' => env('VERIFY_SYSTEM', 'true'),
2425
],
2526

2627
'bot' => [

0 commit comments

Comments
 (0)