You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1016 B
34 lines
1016 B
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"Default": "server=140.143.162.39;uid=sa;pwd=shentun;database=mypeis;Encrypt=false;",
|
|
"Report": "User Id=tjdj_08;Password=Tfdj_yixm7u8X;Data Source=TJDJ;Unicode=True",
|
|
"Lis": "server=140.143.162.39;uid=sa;pwd=shentun;database=mypeis;Encrypt=false;"
|
|
},
|
|
"HostAddress": "https://localhost:7005",
|
|
"ZWHostAddress": "https://localhost:7005",
|
|
"ReportVirtualPath": {
|
|
"RealPath": "E:\\peis_pdf",
|
|
"RequestPath": "/PeisPdf"
|
|
},
|
|
"LisReportVirtualPath": {
|
|
"RealPath": "E:\\peis_pdf",
|
|
"RequestPath": "/LisPdf"
|
|
},
|
|
"Swagger": {
|
|
"IsEnabled": true
|
|
},
|
|
"Jwt": {
|
|
"Issuer": "Shentun", //颁发者
|
|
"Audience": "Client", //颁发给
|
|
"SecurityKey": "Shentun8Shentun8Shentun8Shentun8", //密匙键
|
|
"WebExpiration": 100 //web应用过期时间 分钟 1440分钟为24小时
|
|
},
|
|
"ApiGroupName": "JianLiApi"
|
|
}
|