Skip to content

Commit

Permalink
update author for config
Browse files Browse the repository at this point in the history
  • Loading branch information
pxthinh committed Oct 29, 2023
1 parent 0d338da commit 3b27695
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions config/telegram-git-notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

return [
'app' => [
'name' => env('APP_NAME', 'Laravel Telegram Git Notify'),
'url' => env('APP_URL', 'http://localhost:8000'),
'name' => env('TGN_APP_NAME', 'Laravel Telegram Git Notify'),
'url' => env('TGN_APP_URL', 'http://localhost:8000'),
'timezone' => env('TIMEZONE', 'Asia/Ho_Chi_Minh'),
],

Expand All @@ -14,7 +14,10 @@
],

'author' => [
'discussion' => env('TGN_AUTHOR_CONTACT', 'https://t.me/tannp27'),
'discussion' => env(
'TGN_AUTHOR_DISCUSSION',
'https://github.com/lbiltech/telegram-git-notifier/discussions'
),
'source_code' => env(
'TGN_AUTHOR_SOURCE_CODE',
'https://github.com/lbiltech/laravel-telegram-git-notifier'
Expand Down

0 comments on commit 3b27695

Please sign in to comment.