Skip to content

Commit 5e7e039

Browse files
committed
fix(doc) update env section
1 parent 0f7eb56 commit 5e7e039

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ logger('message', [
105105

106106
Add the following variables to your .env file.
107107

108-
```php
108+
```dotenv
109109
LOG_TELEGRAM_BOT_TOKEN=
110110
LOG_TELEGRAM_CHAT_ID=
111111
@@ -117,6 +117,15 @@ LOG_TELEGRAM_TOPIC_ID=
117117
#LOG_TELEGRAM_BOT_API='https://api.telegram.org/bot'
118118
# add tor proxy for restricted country
119119
#LOG_TELEGRAM_BOT_PROXY='socks5h://localhost:9050'
120+
121+
# Topic Level
122+
LOG_TELEGRAM_EMERGENCY_ATTRIBUTE_TOPIC_ID=
123+
LOG_TELEGRAM_CRITICAL_ATTRIBUTE_TOPIC_ID=
124+
LOG_TELEGRAM_IMPORTANT_ATTRIBUTE_TOPIC_ID=
125+
LOG_TELEGRAM_DEBUG_ATTRIBUTE_TOPIC_ID=
126+
LOG_TELEGRAM_INFORMATION_ATTRIBUTE_TOPIC_ID=
127+
LOG_TELEGRAM_LOWPRIORITY_ATTRIBUTE_TOPIC_ID=
128+
120129
```
121130
# ScreenShot
122131

0 commit comments

Comments
 (0)