{
"RootPath": "./logs", //[Log file root directory] does not need to be modified under normal circumstances
"Title": "行为日志公开站/Behavior log public site", //[Website Title] Modify as needed
"ServerIP": "0.0.0.0", //[Server IP] does not need to be modified under normal circumstances
"ServerPort": 3829, //[Server port] Modify as needed
"SSL": { //[SSL related configuration] can be modified according to individual ability
"Enable": false, //Whether it is enabled
"key": "./plugins/DPublicBehaviorLog/***.key", //Key file path
"cert": "./plugins/DPublicBehaviorLog/***.crt" //Crt file path
}
}