Skip to content

Commit

Permalink
add comment for config
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Oct 19, 2023
1 parent 7645d1f commit 5a4c9d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/tg-notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
'telegram-git-notifier' => [
'app' => [
'name' => $_ENV['TGN_APP_NAME'] ?? 'Telegram Git Notifier',

// Required for the bot to work properly
'url' => $_ENV['TGN_APP_URL'] ?? 'http://localhost:3000',

'timezone' => $_ENV['TIMEZONE'] ?? 'Asia/Ho_Chi_Minh',
],

Expand Down

0 comments on commit 5a4c9d2

Please sign in to comment.