{ "Logging": { "LogLevel": { "Default": "Warning" } }, "AllowedHosts": "*", "Kestrel": { "Endpoints": { "HTTP": { "Url": "http://*:4410" }/*, "HTTPS": { "Url": "https://*:4411", "Certificate": { "Path": "", "Password": "" } }*/ }, }, "CORS": "https://localhost", "ConnectionStrings": { "Type": "SQLITE", "TPDatabase": "Data Source=TracerPlus.db" }, "EmailConfiguration": { "SmtpServer": "", "SmtpPort": , "SmtpUsername" : "", "SmtpPassword": "", }, "projectpath": "" }