{ "Urls": "http://*:5005", "Workspace": "workspace", "ConnectionStrings": { "DatabaseConnection": "Data Source={Workspace}\\correo.db" }, "Serilog": { "MinimumLevel": { "Default": "Warning", "Override": { "Microsoft": "Information" } } }, "AllowedHosts": "*", "Messaging": { "Enabled": false, "TopicPrefix": "HomeLab.", "Source": "Correo", "Nats": { "natsUrl": "nats://:4222", "cluster": "", "clientId": "Correo", "qGroup": "Correo", "durableName": "durable" } }, "DefaultSender": { "Address": "noreply@homelab.com", "Name": "HomeLab" }, "SmtpClient": { "Mediator": ".NET", //.NET, MailKit "Server": "smtp.gmail.com", "Port": "587", "UseAuthentication": true, "Authentication": { "UserName": "@gmail.com", "Domain": "", "Password": "********" }, "EnableSsl": true, "TrustServer": false } }