增加 Web 管理页面

This commit is contained in:
Jalin
2019-01-12 22:47:27 +08:00
parent a3e1544072
commit 994c211e2f
39 changed files with 4785 additions and 23 deletions

View File

@@ -65,6 +65,14 @@ EMAIL_SERVER_HOST = 'localhost' # 邮件服务 host
EMAIL_SERVER_USER = ''
EMAIL_SERVER_PASSWORD = ''
# Web 管理
WEB_ENABLE = 1 # 是否打开 Web 管理
WEB_USER = { # 登录信息
'username': 'admin',
'password': 'password'
}
WEB_PORT = 8008 # 监听端口
# 查询任务
QUERY_JOBS = [
{