We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d338da commit 3b27695Copy full SHA for 3b27695
config/telegram-git-notifier.php
@@ -2,8 +2,8 @@
2
3
return [
4
'app' => [
5
- 'name' => env('APP_NAME', 'Laravel Telegram Git Notify'),
6
- 'url' => env('APP_URL', 'http://localhost:8000'),
+ 'name' => env('TGN_APP_NAME', 'Laravel Telegram Git Notify'),
+ 'url' => env('TGN_APP_URL', 'http://localhost:8000'),
7
'timezone' => env('TIMEZONE', 'Asia/Ho_Chi_Minh'),
8
],
9
@@ -14,7 +14,10 @@
14
15
16
'author' => [
17
- 'discussion' => env('TGN_AUTHOR_CONTACT', 'https://t.me/tannp27'),
+ 'discussion' => env(
18
+ 'TGN_AUTHOR_DISCUSSION',
19
+ 'https://github.com/lbiltech/telegram-git-notifier/discussions'
20
+ ),
21
'source_code' => env(
22
'TGN_AUTHOR_SOURCE_CODE',
23
'https://github.com/lbiltech/laravel-telegram-git-notifier'
0 commit comments