Skip to content

Commit 417ffec

Browse files
refactor: rename request verify
1 parent a569899 commit 417ffec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/telegram-git-notifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +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'),
24+
'request_verify' => env('TGN_REQUEST_VERIFY', 'true'),
2525
],
2626

2727
'bot' => [

0 commit comments

Comments
 (0)