Skip to content

Commit f034325

Browse files
committed
#9: add tool for view
1 parent 1f592c4 commit f034325

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

config/telegram-git-notifier.php

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,25 @@
2020
'contact' => env('TGN_AUTHOR_CONTACT', 'https://t.me/tannp27'),
2121
'source_code' => env(
2222
'TGN_AUTHOR_SOURCE_CODE',
23-
'https://github.com/lbiltech/telegram-git-notifier'
23+
'https://github.com/lbiltech/laravel-telegram-git-notifier'
2424
),
2525
],
26+
27+
'view' => [
28+
'event' => [
29+
'default' => env('TGN_VIEW_EVENT_DEFAULT', 'default'),
30+
],
31+
'globals' => [
32+
'access_denied' => env(
33+
'TGN_VIEW_GLOBALS_ACCESS_DENIED',
34+
'globals.access_denied'
35+
),
36+
],
37+
'tools' => [
38+
'settings' => env('TGN_VIEW_TOOL_SETTING', 'tools.settings'),
39+
'custom_event_action' => env('TGN_VIEW_TOOL_CUSTOM_EVENT_ACTION', 'tools.custom_event_action'),
40+
'custom_event' => env('TGN_VIEW_TOOL_CUSTOM_EVENT', 'tools.custom_event'),
41+
'set_menu_cmd' => env('TGN_VIEW_TOOL_SET_MENU_COMMAND', 'tools.set_menu_cmd'),
42+
],
43+
],
2644
];

0 commit comments

Comments
 (0)