{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "Database": "" }, "JwtSettings": { "Issuer": "EasyeatAPI", "Audience": "Customers", "Key": "" }, "OpenAI": { "APIKey": "", "Model": "gpt-4.1" } }