Skip to content

Commit 3b27695

Browse files
committed
update author for config
1 parent 0d338da commit 3b27695

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

config/telegram-git-notifier.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
return [
44
'app' => [
5-
'name' => env('APP_NAME', 'Laravel Telegram Git Notify'),
6-
'url' => env('APP_URL', 'http://localhost:8000'),
5+
'name' => env('TGN_APP_NAME', 'Laravel Telegram Git Notify'),
6+
'url' => env('TGN_APP_URL', 'http://localhost:8000'),
77
'timezone' => env('TIMEZONE', 'Asia/Ho_Chi_Minh'),
88
],
99

@@ -14,7 +14,10 @@
1414
],
1515

1616
'author' => [
17-
'discussion' => env('TGN_AUTHOR_CONTACT', 'https://t.me/tannp27'),
17+
'discussion' => env(
18+
'TGN_AUTHOR_DISCUSSION',
19+
'https://github.com/lbiltech/telegram-git-notifier/discussions'
20+
),
1821
'source_code' => env(
1922
'TGN_AUTHOR_SOURCE_CODE',
2023
'https://github.com/lbiltech/laravel-telegram-git-notifier'

0 commit comments

Comments
 (0)