为什么都没了

This commit is contained in:
路 范
2021-09-24 12:59:34 +08:00
parent a975b3bdee
commit a66921f0f4
962 changed files with 252792 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
{
"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}"
}
}
]
},
"zlb_setting": {
"servicecode": "fwzs",
"servicepwd": "fwzspwd",
"ticket_url": "https://appapi.zjzwfw.gov.cn/sso/servlet/simpleauth?method=ticketValidation&servicecode={servicecode}&time={time}&sign={sign}&st={ticket}&datatype={datatype}",
"token_url": "https://appapi.zjzwfw.gov.cn/sso/servlet/simpleauth?method=getUserInfo&servicecode={servicecode}&time={time}&sign={sign}&token={token}&datatype={datatype}"
},
"AllowedHosts": "*",
"nbzs_file_path": "D:\\1_发布程序",
"nbzs_domain": "https://zsxt.nbzs.org.cn",
"CorsAccessorSettings": {
"PolicyName": "自定义跨域策略名",
"WithOrigins": [ "http://localhost:8080", "https://mapi.zjzwfw.gov.cn" ]
}
}