47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
||
"Serilog": {
|
||
"MinimumLevel": {
|
||
"Default": "Information",
|
||
"Override": {
|
||
"System": "Warning",
|
||
"Microsoft": "Warning",
|
||
"Microsoft.Hosting.Lifetime": "Information",
|
||
"Microsoft.EntityFrameworkCore": "Information"
|
||
}
|
||
},
|
||
"WriteTo": [
|
||
{
|
||
"Name": "Console",
|
||
"Args": {
|
||
"outputTemplate": "【时间】{Timestamp:yyyy-MM-dd HH:mm:ss,fff}{NewLine}【等级】{Level:u3}{NewLine}【消息】{Message:lj}{NewLine}{NewLine}"
|
||
}
|
||
},
|
||
{
|
||
"Name": "File",
|
||
"Args": {
|
||
"path": "logs/.log",
|
||
"rollingInterval": "Day",
|
||
"outputTemplate": "【时间】{Timestamp:yyyy-MM-dd HH:mm:ss,fff}{NewLine}【等级】{Level:u3}{NewLine}【消息】{Message:lj}{NewLine}{NewLine}"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
|
||
"AllowedHosts": "*",
|
||
"CorsAccessorSettings": {
|
||
"PolicyName": "自定义跨域策略名",
|
||
"WithOrigins": [ "http://localhost:8080", "https://mapi.zjzwfw.gov.cn" ]
|
||
},
|
||
"AppSettings": {
|
||
"InjectSpecificationDocument1": false
|
||
},
|
||
"OSSProvider": {
|
||
"Provider": "HuaweiCloud", //枚举值支持:Minio/Aliyun/QCloud
|
||
"Endpoint": "http://10.74.25.87:6020", //腾讯云中表示AppId
|
||
"Region": "", //地域
|
||
"AccessKey": "C4D30C2801D928AAF687",
|
||
"SecretKey": "ooZVXaB1tqIz7DHTv53RILD7o5cAAAGAAdkoqlR2",
|
||
"IsEnableCache": true //是否启用缓存,推荐开启
|
||
}
|
||
|
||
} |