Files
tiku-backend.net/Tiku.Api/appsettings.Development.json
xiong 2c4a0bad6c
Some checks failed
ci / release-gate (push) Has been cancelled
fix:修复部分数据库查询问题
2026-08-03 14:22:06 +08:00

57 lines
1.2 KiB
JSON

{
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft": "Warning",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning",
"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
},
"TenantDomains": {
"PollSeconds": 2,
"MaxIdlePollSeconds": 300,
"EnableDevelopmentLocalhostBypass": true
},
"TenantProvisioning": {
"DevelopmentLocalhostOwnerActivationUrlTemplate": "http://{host}:5180"
},
"Authentication": {
"Sms": {
"CodePepper": "development-only-sms-code-pepper-change-before-production"
}
},
"Security": {
"Jwt": {
"KeyId": "development-ephemeral"
},
"TenantSecrets": {
"KeyId": "development-v1",
"MasterKey": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="
}
},
"Storage": {
"AliyunOss": {
"Region": "cn-hangzhou",
"Endpoint": "",
"UseInternalEndpoint": false
}
}
}