{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "Microsoft.EntityFrameworkCore.Database.Command": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "" }, "Jwt": { "Secret": "", "Issuer": "flatrender-identity", "Audience": "flatrender", "AccessTokenMinutes": "15", "RefreshTokenDays": "30" } }