修改 key 参数规则
This commit is contained in:
@@ -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'
|
||||
|
||||
# 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 = ''
|
||||
|
||||
# 输出日志到文件
|
||||
OUT_PUT_LOG_TO_FILE_ENABLED = 0
|
||||
|
||||
Reference in New Issue
Block a user