{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "API": { "OpenAiToken": "[NO_API_KEY]" }, "Authentication": { "JwtGenerationSecret": "Please provide a GUID (without dashes) as secret.", "JwtExpiryTime": "00:15:00" }, "ConnectionStrings": { "Default": "[NO_CONNECTION_STRING]" } }