TemplatePro/BZPT.Api/appsettings.json

57 lines
1.4 KiB
JSON

{
"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://*:19902"
}
}
},
"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,
"REDIS_HOST": "localhost",
"REDIS_PASSWORD": "redis&&!123",
"REDIS_DBNUM": "1",
"AuthorityServer": "https://localhost:19901/",
"SystemHome": "https://106.52.199.114:8000/",
"Hangfire": {
"AdminPassword": "HNjt123~"
}
}