添加钉钉配置文件

This commit is contained in:
Echowxsy
2019-01-14 20:15:02 +08:00
parent ae418ec3dd
commit b78f1c6af7
3 changed files with 12 additions and 0 deletions

View File

@@ -54,6 +54,10 @@ class Config:
REDIS_PORT = '6379'
REDIS_PASSWORD = ''
# 钉钉配置
DINGTALK_ENABLED = 0
DINGTALK_WEBHOOK = ''
# 邮箱配置
EMAIL_ENABLED = 0
EMAIL_SENDER = ''