diff --git a/config/tg-notifier.php b/config/tg-notifier.php index 6e4e5cb..9127043 100644 --- a/config/tg-notifier.php +++ b/config/tg-notifier.php @@ -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', ],