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 122d9fe commit 52d7803Copy full SHA for 52d7803
config/telegram-logger.php
@@ -11,7 +11,7 @@
11
'template' => env('TELEGRAM_LOGGER_TEMPLATE', 'laravel-telegram-logging::standard'),
12
13
// Proxy server
14
- 'proxy' => env('TELEGRAM_LOGGER_PROXY'),
+ 'proxy' => env('TELEGRAM_LOGGER_PROXY', ''),
15
16
// Telegram sendMessage options: https://core.telegram.org/bots/api#sendmessage
17
'options' => [
0 commit comments