{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "MongoDatabaseName": "ShoppingAssistant" }, "JsonWebTokenKeys": { "ValidateIssuer": true, "ValidateAudience": true, "ValidateLifetime": true, "ValidateIssuerSigningKey": true }, "OpenAi": { "ApiUrl": "https://api.openai.com/v1/chat/completions" } }