fe
监听端口1234
"falconPortal": "http://192.168.126.101:5050/",
"falconDashboard": "http://192.168.126.101:8081/",
"falconAlarm": "http://192.168.126.101:9912/"
alarm
监听9912
"portal": "http://192.168.0.110:5050",
"uic": "http://127.0.0.1:1234",
"links": "http://127.0.0.1:5090"
mail-provider
- 配置文件
{
"debug": true,
"http": {
"listen": "0.0.0.0:4000",
"token": ""
},
"smtp": {
"addr": "smtp.vip.126.com:25",
"username": "myalter@vip.126.com",
"password": "123",
"from": "myalter@vip.126.com"
}
}