Skip to content

Commit

Permalink
#9: update config for laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
pxthinh committed Oct 10, 2023
1 parent 7abdf47 commit 1f592c4
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions config/telegram-git-notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'app' => [
'name' => env('APP_NAME', 'Laravel Telegram Git Notify'),
'name' => env('APP_NAME', 'Laravel Telegram Git Notify'),
'url' => env('APP_URL', 'http://localhost:8000'),
'timezone' => env('TIMEZONE', 'Asia/Ho_Chi_Minh'),
],
Expand All @@ -18,16 +18,9 @@

'author' => [
'contact' => env('TGN_AUTHOR_CONTACT', 'https://t.me/tannp27'),
'source_code' => env('TGN_AUTHOR_SOURCE_CODE', 'https://github.com/lbiltech/telegram-git-notifier'),
],

'view' => [
'path' => env('TGN_VIEW_PATH', 'resources/views/telegram-git-notifier'),
'event' => [
'default' => env('TGN_VIEW_EVENT_DEFAULT', 'default'),
],
'globals' => [
'access_denied' => env('TGN_VIEW_GLOBALS_ACCESS_DENIED', 'globals.access_denied'),
],
'source_code' => env(
'TGN_AUTHOR_SOURCE_CODE',
'https://github.com/lbiltech/telegram-git-notifier'
),
],
];

0 comments on commit 1f592c4

Please sign in to comment.