TemplatePro/BZPT.Api/appsettings.Staging.json

37 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Hangfire": "Debug",
"Microsoft.AspNetCore.Server.Kestrel": "Debug" // <-- Add this
}
},
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Hangfire": "Debug",
"IdentityServer4": "Debug",
"IdentityServer4.EntityFramework": "Debug"
}
}
},
"FormOptions": {
"MultipartBodyLengthLimit": 104857600 // 100MB单位字节
},
"ServiceConfig": {
"DataCenterID": "dc1",
"ServiceID": "api.Sys",
"ServiceName": "系统管理API",
"ServiceVersion": "1.0",
"IOCAssemblys": "BZPT.Domains.dll,BZPT.SqlSugarRepository.dll,NPlatform.dll",
"AttachExtension": "gif,jpg,jpeg,png,bmp,rar,zip,doc,docx,xls,xlsx,ppt,pptx,txt,flv,apk,mp4,mpg,ts,mpeg,mp3,bak,pdf",
"AttachSize": 12400 // 注意:这里的单位是 KB12.4MB),建议同步修改
},
"LOG_DB_NAME": "LOGS_DATA",
"ConsulServer": "http://localhost:8500",
"AllowedOrigins": "http://localhost:19901,http://localhost:3000,http://localhost:5173",
"AllowedHosts": "*",
"RetryCount": 10,
"SystemHome": "https://106.52.199.114:8000/"
}