修改 key 参数规则

This commit is contained in:
Jalin
2019-01-15 12:27:24 +08:00
parent 0d52efb1da
commit f3b0cbee24
5 changed files with 19 additions and 12 deletions

View File

@@ -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'
# ServerChanPushBear配置
# ServerChanPushBear 微信消息推送
# 使用说明
# 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