加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
appsettings.Development.json 567 Bytes
一键复制 编辑 原始数据 按行查看 历史
mengxia 提交于 2023-11-15 12:37 . 明英管理后台
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
// myms 的数据库
//"myms": "Data Source=47.104.25.113;Initial Catalog=MYMS;Persist Security Info=True;User ID=sa;Password=passw0rd@yd",
"myms": "Data Source=127.0.0.1;Initial Catalog=MYMS;Persist Security Info=True;User ID=sa;Password=xmx",
// 金蝶云数据库
"kingdee": "Data Source=47.104.25.113;Initial Catalog=AIS20211107101449;Persist Security Info=True;User ID=sa;Password=passw0rd@yd"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化