14 lines
221 B
Python
14 lines
221 B
Python
class Config:
|
|
name = "CVEMonitor"
|
|
|
|
feishu_API = "xxxxx"
|
|
|
|
mail_usr = "xxxxx"
|
|
mail_pwd = "xxxxxx"
|
|
mail_host = "xxxxx"
|
|
mail_port = 25
|
|
mail_targets = [
|
|
"xxxxxxx",
|
|
"xxxxxxxx",
|
|
]
|