{ "Jwt": { "Issuer": "http://localhost", "Audience": "http://localhost", "DefaultUserRole": "User" }, "GeneralConfig": { "CDNPath": "./user-content" }, "EmailConfig": { "EmailConfirmationRequired": false, "SMTPServer": "", "SMTPUsername": "api", "SMTPPassword": "", "SMTPSenderAddress": "" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Information", "Microsoft.EntityFrameworkCore.Database": "Error" } }, "AllowedHosts": "*" }