Files
detector/config.py

14 lines
221 B
Python
Raw Normal View History

2021-03-01 10:39:30 +00:00
class Config:
name = "CVEMonitor"
2021-03-01 21:28:01 +08:00
feishu_API = "xxxxx"
2021-03-01 10:39:30 +00:00
2021-03-01 21:28:01 +08:00
mail_usr = "xxxxx"
mail_pwd = "xxxxxx"
mail_host = "xxxxx"
2021-03-01 10:39:30 +00:00
mail_port = 25
mail_targets = [
2021-03-01 21:28:01 +08:00
"xxxxxxx",
"xxxxxxxx",
2021-03-01 10:39:30 +00:00
]