You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BookingHeChuan/Myshipping.Web.Entry/appsettings.json

42 lines
1.3 KiB
JSON

2 years ago
{
"MaxRequestBodySize": 41943040, //单位是字节byte 1kb=1024byte,此处限制40M
//"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}"
// }
// }
// ]
//},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information"
}
},
"AllowedHosts": "*",
"Urls": "http://localhost:5120",
"RunType": "NORMAL" //运行方式CUST客户端、DJY大简云运营端、NORMAL普通订舱模式
2 years ago
}