We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2ae4d commit cc4c077Copy full SHA for cc4c077
README.md
@@ -61,6 +61,7 @@ return [
61
'bot_api' => env('LOG_TELEGRAM_BOT_API', 'https://api.telegram.org/bot'),
62
'proxy' => env('LOG_TELEGRAM_BOT_PROXY', null),
63
'queue' => env('LOG_TELEGRAM_QUEUE', null),
64
+ 'timeout' => env('LOG_TELEGRAM_TIMEOUT', 5),
65
'topics_level' => [
66
EmergencyAttribute::class => env('LOG_TELEGRAM_EMERGENCY_ATTRIBUTE_TOPIC_ID', null),
67
CriticalAttribute::class => env('LOG_TELEGRAM_CRITICAL_ATTRIBUTE_TOPIC_ID', null),
0 commit comments