Skip to content

Commit cca8813

Browse files
authored
Merge pull request #420 from boy530/master
Update app-example.conf
2 parents 244f2f7 + a4f67f5 commit cca8813

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

conf/app-example.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ TG_USERID=xxxxx
205205
TG_CHANNAME=xxxxx
206206
#tg api地址, 可以配置为代理地址
207207
#TG_API_PROXY="https://api.telegram.org/bot%s/%s"
208+
#TG_PARSE_MODE设置为 "1" ,启用Markdown
209+
TG_PARSE_MODE = "0"
208210

209211
#---------------------↓workwechat接口-----------------------
210212
#是否开启workwechat告警通道,可同时开始多个通道0为关闭,1为开启
@@ -297,4 +299,4 @@ kafka_server = 127.0.0.1:9092
297299
# 写入消息的kafka topic
298300
kafka_topic = devops
299301
# 用户标记该消息是来自PrometheusAlert,一般无需修改
300-
kafka_key = PrometheusAlert
302+
kafka_key = PrometheusAlert

0 commit comments

Comments
 (0)