Skip to content

Commit

Permalink
Merge pull request #33 from i3bepb/proxy
Browse files Browse the repository at this point in the history
Add use proxy
  • Loading branch information
grkamil authored Feb 11, 2023
2 parents b2d780b + b070d9f commit 122d9fe
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 1,030 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea/
vendor/
composer.lock
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,9 @@ return [

2. Uncomment ```$app->withFacades();``` and configure the file ```$app->configure('telegram-logger');``` at bootstrap/app.php
3. Place default Laravel/Lumen logging file to config/logging.php (to add new channel).

## Proxy support
To use a proxy server, set the variable in the .env
```
TELEGRAM_LOGGER_PROXY=proxy_server.com:port
```
Loading

0 comments on commit 122d9fe

Please sign in to comment.