346 Star 2.4K Fork 703

GVPIoTSharp / IoTSharp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appsettings.SQLServer.json 781 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"DataBase": "SQLServer",
"ConnectionStrings": {
"IoTSharp": "Data Source=.;Initial Catalog=IoTSharp2022;Persist Security Info=True;User ID=sa;Password=future;TrustServerCertificate=true",
"TelemetryStorage": "Data Source=.;Initial Catalog=IoTSharp2022;Persist Security Info=True;User ID=sa;Password=future;TrustServerCertificate=true"
},
"JwtKey": "kissmekissmekissmekissmekissmekissmekissmekissmekissmekissmekissmekissmekissmekissmekissmekissme",
"JwtExpireHours": 3,
"JwtIssuer": "IoTSharp.Net",
"JwtAudience": "IoTSharp.Net",
"EventBusStore": "InMemory",
"EventBusMQ": "InMemory",
"TelemetryStorage": "Sharding"
}
C#
1
https://gitee.com/IoTSharp/IoTSharp.git
git@gitee.com:IoTSharp/IoTSharp.git
IoTSharp
IoTSharp
IoTSharp
master

搜索帮助