AutohomeCorp / frostmourne

Frostmourne(霜之哀伤监控平台)是基于Elasticsearch, Prometheus, SkyWalking, InfluxDB,Mysql/TiDB,ClickHouse, SqlServer, IoTDB数据的分布式监控报警系统. Monitor & alert & alarm for Elasticsearch,Prometheus data。主要使用springboot2 + vue-element-admin
https://frostmourne-demo.github.io
MIT License
1.39k stars 308 forks source link

配置文件含义是什么 #158

Open llnbe opened 9 months ago

llnbe commented 9 months ago

application.properties

initial_password= #自定义初始化密码? frostmourne_monitor_address= #是否支持 0.0.0.0 frostmourne_message_title= #这个什么意思

encryption

encrypt_key:EX31$@*^ac1 #这个什么意思 encrypt_sensitives:username,password #这个什么意思

limboinf commented 8 months ago

安全考虑,encrypt_key 是加密的key,会对连接数据,如mysql账号密码等进行加密存储; encrypt_sensitives 是选择对哪些字段进行加密处理。默认就好