1 Star 0 Fork 6

雷一一/Apt

forked from rnchg/Apt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appsettings.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
rnchg 提交于 2024-06-19 19:47 . 添加项目文件。
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Debug",
"Microsoft.Hosting.Lifetime": "Debug",
"Microsoft.EntityFrameworkCore": "Debug"
}
},
"AllowedHosts": "*",
"Serilog": {
"Using": [ "Serilog.Sinks.File" ],
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft.AspNetCore": "Warning",
"Microsoft.Hosting.Lifetime": "Warning",
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"WriteTo": [
{
"Name": "File",
"Args": {
"shared": true,
"path": "Logs/log.txt",
"rollingInterval": "Day",
"fileSizeLimitBytes": "104857600",
"rollOnFileSizeLimit": true,
"retainedFileTimeLimit": "90.00:00:00",
"retainedFileCountLimit": "100",
"outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss.fff} {Level:u3}] {Message:lj} [{SourceContext}]{NewLine}{Exception}"
}
}
]
},
"App": {
"ActivationCode": "FE8AB7342554BD09D16658C33206272C7D6F22DDA29EC7FA661A29BC4995DB290E67A79D72F403535AA8305A03C157A632BCBE9435F37323C5B08FB6B81B28859AFA96857E43BD10966D2CE46CF605E6EFF5B73405B4B54FD9E3CA31026A9A53"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leeyiyi/apt.git
git@gitee.com:leeyiyi/apt.git
leeyiyi
apt
Apt
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385