Files
tiku-backend.net/Tiku.Api/appsettings.Development.json
2026-07-26 14:43:04 +08:00

35 lines
734 B
JSON

{
"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
}
}
}