{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "Microsoft.EntityFrameworkCore": "Warning" } }, "AllowedHosts": "*", "Cors": { "Origins": [ "http://localhost:5173", "http://localhost:3000" ] }, "Llm": { "BaseUrl": "https://api.openai.com/v1/", "ApiKey": "", "Model": "gpt-4o-mini" }, "ModeusApi": { "BaseUrl": "https://schedule.rdcenter.ru", "ApiKey": "" }, "Gamification": { "XpThresholds": [0, 100, 300, 600, 1000, 1500, 2500, 4000] }, "Serilog": { "MinimumLevel": { "Default": "Information", "Override": { "Microsoft": "Information", "System": "Information" } } } }