We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 244f2f7 + a4f67f5 commit cca8813Copy full SHA for cca8813
conf/app-example.conf
@@ -205,6 +205,8 @@ TG_USERID=xxxxx
205
TG_CHANNAME=xxxxx
206
#tg api地址, 可以配置为代理地址
207
#TG_API_PROXY="https://api.telegram.org/bot%s/%s"
208
+#TG_PARSE_MODE设置为 "1" ,启用Markdown
209
+TG_PARSE_MODE = "0"
210
211
#---------------------↓workwechat接口-----------------------
212
#是否开启workwechat告警通道,可同时开始多个通道0为关闭,1为开启
@@ -297,4 +299,4 @@ kafka_server = 127.0.0.1:9092
297
299
# 写入消息的kafka topic
298
300
kafka_topic = devops
301
# 用户标记该消息是来自PrometheusAlert,一般无需修改
-kafka_key = PrometheusAlert
302
+kafka_key = PrometheusAlert
0 commit comments