JKFZJCXT/BZPT.Api/appsettings.json

54 lines
1.3 KiB
JSON
Raw Normal View History

2025-07-17 09:35:54 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Hangfire": "Warning"
}
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Hangfire": "Warning",
"IdentityServer4": "Debug",
"IdentityServer4.EntityFramework": "Warning"
}
}
},
"FormOptions": {
"MultipartBodyLengthLimit": 104857600
},
"Kestrel": {
"Limits": {
"MaxRequestBodySize": 104857600
},
"Endpoints": {
"Http": {
"Url": "http://*:19901"
},
"Https": {
"Url": "https://*:8001"
}
}
},
"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": 104857600
},
"LOG_DB_NAME": "LOGS_DATA",
"ConsulServer": "http://localhost:8500",
"AllowedOrigins": "http://localhost:19901,http://localhost:3000,http://localhost:5173",
"AllowedHosts": "*",
"RetryCount": 10,
"AuthorityServer": "https://106.52.199.114:8001/",
"SystemHome": "https://106.52.199.114:8000/",
"Hangfire": {
"AdminPassword": "HNjt123~"
}
}