3 Star 3 Fork 0

itchang/NET6 Minimal API

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appsettings.json 349 Bytes
一键复制 编辑 原始数据 按行查看 历史
赵畅畅 提交于 2021-11-22 18:14 . first commit
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Jwt": {
"Key": "5daU6I2TAyE14eyskWuTxhjSttsXamJJ",
"Issuer": "zhaocc",
"Audience": "zcc"
},
"DB": {
"SqlServer": "Data Source=.;Initial Catalog=testDB;Integrated Security=SSPI;"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/itchangcc/net6-minimal-api.git
git@gitee.com:itchangcc/net6-minimal-api.git
itchangcc
net6-minimal-api
NET6 Minimal API
master

搜索帮助