forked from xiongyuxing/tiku-backend.net
28 lines
601 B
JSON
28 lines
601 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
|
|
}
|
|
}
|