修改 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

@@ -43,6 +43,7 @@ NOTIFICATION_API_APP_CODE = 'your app code'
NOTIFICATION_VOICE_CODE_PHONE = 'your phone' # 接受通知的手机号
# 钉钉通知
# 使用说明 https://open-doc.dingtalk.com/docs/doc.htm?treeId=257&articleId=105735&docType=1
DINGTALK_ENABLED = 0
DINGTALK_WEBHOOK = 'https://oapi.dingtalk.com/robot/send?access_token=your token'
@@ -52,11 +53,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 = ''
# 输出日志到文件
OUT_PUT_LOG_TO_FILE_ENABLED = 0