{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "ConnectionStrings": { "DefaultConnectionString": "Server=localhost;port=3306;User ID=root;Password=root;Database=MarcoBMS1", }, "AppSettings": { "WebFrontendUrl": "http://localhost:5173", "ImagesBaseUrl": "http://localhost:5173" }, "AllowedHosts": "*", "Jwt": { "Issuer": "http://localhost:5246", "Audience": "http://localhost:5246", "Key": "sworffishhkjfa9dnfdndfu33infnajfj", "ExpiresInMinutes": 60, "RefreshTokenExpiresInDays": 7 }, "SmtpSettings": { "Server": "mail.marcobms.com", "Port": 465, //587, "SenderName": "Marco", "SenderEmail": "vikas@marcobms.com", "Username": "vikas@marcobms.com", "Password": "MarcoVikas@123", "EnableSsl": true }, "EmailSettings": { "SmtpServer": "smtp.gmail.com", "Port": 587, "SenderName": "MarcoIoIT", "SenderEmail": "marcoioitsoft@gmail.com", "Password": "qrtq wfuj hwpp fhqr" } }