Ai
1 Star 0 Fork 53

xfaixuexi/Apt

forked from rnchg/APT 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appsettings.json 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
rnchg 提交于 2024-08-01 23:32 +08:00 . 优化硬件识别、版本管理、格式化代码
{
"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": {
"Name": "APT",
"Version": "2.0.0.0",
"Pack": "Full"
},
"Chat": {
"Gpt": {
"PromptSystem": "You are a helpful assistant. Use the same language as the user and answer questions in a direct manner.",
"PromptMaxLength": 2048
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xfaixueix_admin_admin/apt.git
git@gitee.com:xfaixueix_admin_admin/apt.git
xfaixueix_admin_admin
apt
Apt
master

搜索帮助