32 lines
1005 B
JSON
32 lines
1005 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"IdentityServer4": "Debug" // 设置 IdentityServer4 的日志级别为 Debug
|
|
}
|
|
},
|
|
"ServiceConfig": {
|
|
"DataCenterID": "dc1",
|
|
"ServiceID": "api.BZPT",
|
|
"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
|
|
},
|
|
"CERT_PATH": "./Certificates/id4svr.pfx",
|
|
"CERT_PASSWORD": "ydl825913",
|
|
"ConsulServer": "http://localhost:8500",
|
|
"AllowedOrigins": "http://localhost:19901,http://localhost:3000",
|
|
"AllowedHosts": "*",
|
|
"Urls": "http://0.0.0.0:19901",
|
|
"AuthorityServer": "192.168.2.250",
|
|
"RedisConfig": {
|
|
"RedisType": "Normal",
|
|
"Connections": [ "172.18.0.2:6379" ],
|
|
"dbNum": 0
|
|
}
|
|
}
|