{ "Serilog": { "MinimumLevel": { "Default": "Debug", "Override": { "Microsoft": "Warning", "Microsoft.AspNetCore": "Information", "Microsoft.EntityFrameworkCore.Database.Command": "Information", "System.Net.Http.HttpClient": "Warning" } } }, "Cors": { "AllowedOrigins": [ "http://localhost:5173", "http://127.0.0.1:5173", "http://localhost:3000", "http://127.0.0.1:3000" ], "AllowCredentials": false }, "RateLimiting": { "PermitLimit": 1200, "WindowSeconds": 60, "QueueLimit": 0 }, "Storage": { "AliyunOss": { "Region": "cn-hangzhou", "Endpoint": "", "UseInternalEndpoint": false } } }