{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "HttpReportsDashboard": { "ExpireDay": 3, "Storage": { //"ConnectionString": "DataBase=HttpReports;Data Source=localhost;User Id=root;Password=123456;", "ConnectionString": "Server=xx.xx.xx.xx; Port=3306;User Id=httpreportsuser;Password=httpreports123456;Database=HttpReports;Allow User Variables=True", "DeferSecond": 10, "DeferThreshold": 100 }, "Check": { "Mode": "Self", "Switch": true, "Endpoint": "", "Range": "500,2000" }, "Mail": { "Server": "smtp.163.com", "Port": 465, "Account": "HttpReports@qq.com", "Password": "*******", "EnableSsL": true, "Switch": true } }, "AllowedHosts": "*" }