修改 key 参数规则
This commit is contained in:
@@ -52,11 +52,14 @@ DINGTALK_WEBHOOK = 'https://oapi.dingtalk.com/robot/send?access_token=your token
|
||||
TELEGRAM_ENABLED = 0
|
||||
TELEGRAM_BOT_API_URL = 'https://tgbot.lbyczf.com/sendMessage/:your_token'
|
||||
|
||||
# ServerChan和PushBear配置
|
||||
# ServerChan 和 PushBear 微信消息推送
|
||||
# 使用说明
|
||||
# ServerChan http://sc.ftqq.com
|
||||
# PushBear http://pushbear.ftqq.com
|
||||
SERVERCHAN_ENABLED = 0
|
||||
S_KEY = 'SCUdafadsfasfdafdf45234234234'
|
||||
SERVERCHAN_KEY = ''
|
||||
PUSHBEAR_ENABLED = 0
|
||||
SC_KEY = '8474-ca071ADSFADSF'
|
||||
PUSHBEAR_KEY = ''
|
||||
|
||||
# 输出日志到文件 (Docker 中不建议修改此组配置项)
|
||||
OUT_PUT_LOG_TO_FILE_ENABLED = 1
|
||||
|
||||
Reference in New Issue
Block a user