Skip to content

Commit b070d9f

Browse files
committed
Add use proxy
1 parent b2d780b commit b070d9f

File tree

5 files changed

+24
-1030
lines changed

5 files changed

+24
-1030
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea/
22
vendor/
3+
composer.lock

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,9 @@ return [
130130

131131
2. Uncomment ```$app->withFacades();``` and configure the file ```$app->configure('telegram-logger');``` at bootstrap/app.php
132132
3. Place default Laravel/Lumen logging file to config/logging.php (to add new channel).
133+
134+
## Proxy support
135+
To use a proxy server, set the variable in the .env
136+
```
137+
TELEGRAM_LOGGER_PROXY=proxy_server.com:port
138+
```

0 commit comments

Comments
 (0)